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.h299 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/services/inputflinger/
DInputDispatcher.cpp126 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction()
1501 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked()
1774 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked()
1914 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
4100 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
4278 : AMOTION_EVENT_ACTION_CANCEL, in synthesizeCancelationEvents()
DInputReader.cpp4725 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, in abortTouches()
5302 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState, in dispatchPointerGestures()
5426 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState, in abortPointerGestures()
/frameworks/native/libs/input/
DInput.cpp524 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
DInputTransport.cpp757 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()