Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp93 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
267 : AMOTION_EVENT_ACTION_CANCEL; in synthesizeCancelationEvents()
DInputDispatcher.cpp137 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/
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/
DInputClassifierConverter.cpp65 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_CANCEL) == in getAction()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1867 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()