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.h269 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
/frameworks/base/libs/androidfw/tests/
DInputEvent_test.cpp439 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
440 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F()
/frameworks/base/services/input/
DInputDispatcher.cpp123 case AMOTION_EVENT_ACTION_CANCEL: in isValidMotionAction()
1500 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked()
1700 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked()
1840 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked()
3935 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion()
4090 : AMOTION_EVENT_ACTION_CANCEL, in synthesizeCancelationEvents()
DInputReader.cpp4274 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in dispatchPointerGestures()
4396 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState, in abortPointerGestures()
/frameworks/base/libs/androidfw/
DInput.cpp570 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent()
DInputTransport.cpp635 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()