Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_OUTSIDE (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/android/
Dinput.h322 AMOTION_EVENT_ACTION_OUTSIDE = 4, enumerator
/frameworks/native/libs/input/
DInput.cpp825 case AMOTION_EVENT_ACTION_OUTSIDE: in isTouchEvent()
851 case AMOTION_EVENT_ACTION_OUTSIDE: in actionToString()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp74 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_OUTSIDE) == in getAction()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1182 consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_OUTSIDE, expectedDisplayId, in consumeMotionOutside()
1191 EXPECT_EQ(AMOTION_EVENT_ACTION_OUTSIDE, motionEvent.getActionMasked()); in consumeMotionOutsideWithZeroedCoords()
5229 mUnfocusedWindow->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_OUTSIDE, in TEST_F()
5303 mUnfocusedWindow->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_OUTSIDE, in TEST_F()
5432 mUnfocusedWindow->consumeEvent(AINPUT_EVENT_TYPE_MOTION, AMOTION_EVENT_ACTION_OUTSIDE, in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp155 case AMOTION_EVENT_ACTION_OUTSIDE: in isValidMotionAction()
3036 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_OUTSIDE; in enqueueDispatchEntryLocked()