Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_CANCEL (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/android/
Dinput.h269 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp438 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
439 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F()
/frameworks/native/libs/input/
DInput.cpp586 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
DInputTransport.cpp644 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
/frameworks/base/services/input/
DInputDispatcher.cpp125 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction()
1532 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked()
1744 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked()
1884 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
4043 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
4200 : AMOTION_EVENT_ACTION_CANCEL, in synthesizeCancelationEvents()
DInputReader.cpp4461 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in dispatchPointerGestures()
4584 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in abortPointerGestures()