Searched refs:AMOTION_EVENT_ACTION_OUTSIDE (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/android/ |
D | input.h | 322 AMOTION_EVENT_ACTION_OUTSIDE = 4, enumerator
|
/frameworks/native/libs/input/ |
D | Input.cpp | 825 case AMOTION_EVENT_ACTION_OUTSIDE: in isTouchEvent() 851 case AMOTION_EVENT_ACTION_OUTSIDE: in actionToString()
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 74 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_OUTSIDE) == in getAction()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 1182 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/ |
D | InputDispatcher.cpp | 155 case AMOTION_EVENT_ACTION_OUTSIDE: in isValidMotionAction() 3036 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_OUTSIDE; in enqueueDispatchEntryLocked()
|