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

/frameworks/base/libs/ui/tests/
H A DInputEvent_test.cpp439 event.setAction(AMOTION_EVENT_ACTION_CANCEL);
440 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction());
/frameworks/base/native/include/android/
H A Dinput.h269 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator in enum:__anon967
/frameworks/base/services/input/
H A DInputDispatcher.cpp134 case AMOTION_EVENT_ACTION_CANCEL:
1684 || maskedAction == AMOTION_EVENT_ACTION_CANCEL) {
1848 if (motionEntry->action == AMOTION_EVENT_ACTION_CANCEL) {
2102 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_CANCEL;
4361 case AMOTION_EVENT_ACTION_CANCEL: {
4513 : AMOTION_EVENT_ACTION_CANCEL,
H A DInputReader.cpp4045 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState,
4167 AMOTION_EVENT_ACTION_CANCEL, 0, metaState, buttonState,
/frameworks/base/libs/ui/
H A DInput.cpp677 case AMOTION_EVENT_ACTION_CANCEL:

Completed in 100 milliseconds