Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_HOVER_EXIT (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp161 case AMOTION_EVENT_ACTION_HOVER_EXIT: { in trackMotion()
266 const int32_t action = memento.hovering ? AMOTION_EVENT_ACTION_HOVER_EXIT in synthesizeCancelationEvents()
DInputDispatcher.cpp142 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/
Dinput.h344 AMOTION_EVENT_ACTION_HOVER_EXIT = 10, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp79 static_assert(static_cast<common::V1_0::Action>(AMOTION_EVENT_ACTION_HOVER_EXIT) == in getAction()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4582 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/
DTouchInputMapper.cpp1968 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()