Lines Matching refs:action
53 int32_t action = AMotionEvent_getAction( motion_event ); in Detect() local
54 unsigned int flags = action & AMOTION_EVENT_ACTION_MASK; in Detect()
98 int32_t action = AMotionEvent_getAction( motion_event ); in Detect() local
99 unsigned int flags = action & AMOTION_EVENT_ACTION_MASK; in Detect()
153 int32_t action = AMotionEvent_getAction( event ); in Detect() local
154 uint32_t flags = action & AMOTION_EVENT_ACTION_MASK; in Detect()
165 int32_t iIndex = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in Detect()
180 int32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in Detect()
268 int32_t action = AMotionEvent_getAction( event ); in Detect() local
269 int32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) in Detect()
271 uint32_t flags = action & AMOTION_EVENT_ACTION_MASK; in Detect()