Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp95 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
285 : AMOTION_EVENT_ACTION_CANCEL; in synthesizeCancelationEvents()
DInputDispatcher.cpp141 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction()
1951 maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked()
2176 if (motionEntry.action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked()
2355 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
/frameworks/native/include/android/
Dinput.h306 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp465 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
466 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F()
/frameworks/native/libs/input/
DInput.cpp677 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
702 case AMOTION_EVENT_ACTION_CANCEL: in actionToString()
DInputTransport.cpp674 mMsg.body.motion.action == AMOTION_EVENT_ACTION_CANCEL) { in consume()
879 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp826 consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_CANCEL, expectedDisplayId, in consumeMotionCancel()
1256 window->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_CANCEL, ADISPLAY_ID_DEFAULT, in TEST_F()
2436 mWindow->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_CANCEL, in TEST_F()
2661 mWindow->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_CANCEL, in TEST_F()
3026 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, motionEvent.getAction()); in TEST_F()
DInputReader_test.cpp1989 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, args.action); in TEST_F()
7084 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, motionArgs.action); in TEST_F()
7146 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, motionArgs.action); in TEST_F()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp65 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_CANCEL) == in getAction()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1842 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in abortTouches()
2409 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in dispatchPointerGestures()
2527 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in abortPointerGestures()