Searched refs:AMOTION_EVENT_ACTION_CANCEL (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 269 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
|
/frameworks/base/libs/androidfw/tests/ |
D | InputEvent_test.cpp | 439 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F() 440 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F()
|
/frameworks/base/libs/androidfw/ |
D | Input.cpp | 574 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
|
D | InputTransport.cpp | 640 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 123 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction() 1533 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked() 1745 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked() 1885 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked() 4001 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion() 4158 : AMOTION_EVENT_ACTION_CANCEL, in synthesizeCancelationEvents()
|
D | InputReader.cpp | 4454 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in dispatchPointerGestures() 4577 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in abortPointerGestures()
|