Searched refs:AMOTION_EVENT_ACTION_CANCEL (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 93 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion() 267 : AMOTION_EVENT_ACTION_CANCEL; in synthesizeCancelationEvents()
|
D | InputDispatcher.cpp | 137 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction() 1611 maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked() 1909 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked() 2074 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
|
/frameworks/native/include/android/ |
D | input.h | 303 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 451 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/ |
D | Input.cpp | 555 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
|
D | InputTransport.cpp | 645 mMsg.body.motion.action == AMOTION_EVENT_ACTION_CANCEL) { in consume() 839 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
|
/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 | 1867 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in abortTouches() 2448 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in dispatchPointerGestures() 2568 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, in abortPointerGestures()
|