Searched refs:AMOTION_EVENT_ACTION_HOVER_EXIT (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 161 case AMOTION_EVENT_ACTION_HOVER_EXIT: { in trackMotion() 266 const int32_t action = memento.hovering ? AMOTION_EVENT_ACTION_HOVER_EXIT in synthesizeCancelationEvents()
|
D | InputDispatcher.cpp | 142 case AMOTION_EVENT_ACTION_HOVER_EXIT: in isValidMotionAction() 1276 maskedAction == AMOTION_EVENT_ACTION_HOVER_EXIT); in findTouchedWindowTargetsLocked() 2070 dispatchEntry->resolvedAction = AMOTION_EVENT_ACTION_HOVER_EXIT; in enqueueDispatchEntryLocked()
|
/frameworks/native/include/android/ |
D | input.h | 344 AMOTION_EVENT_ACTION_HOVER_EXIT = 10, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 79 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_HOVER_EXIT) == in getAction()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4582 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 4613 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 4654 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 4685 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 6103 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 6134 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 6175 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F() 6206 ASSERT_EQ(AMOTION_EVENT_ACTION_HOVER_EXIT, motionArgs.action); in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1968 dispatchMotion(when, policyFlags, mSource, AMOTION_EVENT_ACTION_HOVER_EXIT, 0, 0, metaState, in dispatchHoverExit() 3470 displayId, policyFlags, AMOTION_EVENT_ACTION_HOVER_EXIT, 0, 0, in dispatchPointerSimple()
|