Searched refs:AMOTION_EVENT_ACTION_CANCEL (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 95 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion() 285 : AMOTION_EVENT_ACTION_CANCEL; in synthesizeCancelationEvents()
|
D | InputDispatcher.cpp | 141 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/ |
D | input.h | 306 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 465 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/ |
D | Input.cpp | 677 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent() 702 case AMOTION_EVENT_ACTION_CANCEL: in actionToString()
|
D | InputTransport.cpp | 674 mMsg.body.motion.action == AMOTION_EVENT_ACTION_CANCEL) { in consume() 879 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 826 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()
|
D | InputReader_test.cpp | 1989 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/ |
D | InputClassifierConverter.cpp | 65 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_CANCEL) == in getAction()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1842 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()
|