Home
last modified time | relevance | path

Searched refs:num_grabs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c364 ti->num_grabs = 0; in TouchEndTouch()
692 ti->num_grabs++; in TouchAddListener()
717 ti->num_grabs--; in TouchRemoveListener()
1094 if (ti->num_grabs == 0) in TouchEmitTouchEnd()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h326 int num_grabs; /* number of open grabs on this touch member
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1018 if (!grab && ti->num_grabs != 0 && in DeliverOneTouchEvent()
1140 (ti->num_grabs == 0 || in TouchPuntToNextOwner()
1984 (ti->num_grabs > 0 && listener->state != LISTENER_HAS_ACCEPTED)) && in DeliverTouchEndEvent()