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.h303 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp451 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
452 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F()
/frameworks/native/libs/input/
DInput.cpp555 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
DInputTransport.cpp645 mMsg.body.motion.action == AMOTION_EVENT_ACTION_CANCEL) { in consume()
839 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp187 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction()
1654 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked()
1947 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked()
2110 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
4792 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
4968 AMOTION_EVENT_ACTION_HOVER_EXIT : AMOTION_EVENT_ACTION_CANCEL; in synthesizeCancelationEvents()
DInputReader.cpp4768 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, in abortTouches()
5358 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState, in dispatchPointerGestures()
5486 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState, in abortPointerGestures()