Searched refs:AMOTION_EVENT_ACTION_CANCEL (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp438 event.setAction(AMOTION_EVENT_ACTION_CANCEL);
439 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction());
/frameworks/native/include/android/
H A Dinput.h299 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator in enum:__anon1538
/frameworks/native/libs/input/
H A DInput.cpp524 case AMOTION_EVENT_ACTION_CANCEL:
H A DInputTransport.cpp655 case AMOTION_EVENT_ACTION_CANCEL: {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp126 case AMOTION_EVENT_ACTION_CANCEL:
1501 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) {
1774 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) {
1914 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL;
4116 case AMOTION_EVENT_ACTION_CANCEL: {
4294 : AMOTION_EVENT_ACTION_CANCEL,
H A DInputReader.cpp4725 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_CANCEL, 0, 0,
5302 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState,
5426 AMOTION_EVENT_ACTION_CANCEL, 0, 0, metaState, buttonState,

Completed in 75 milliseconds