Home
last modified time | relevance | path

Searched refs:HOVER_ENTER (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp38 constexpr auto HOVER_ENTER = AMOTION_EVENT_ACTION_HOVER_ENTER; variable
159 ElementsAre(VariantWith<NotifyMotionArgs>(WithMotionAction(HOVER_ENTER)), in TEST_F()
166 VariantWith<NotifyMotionArgs>(WithMotionAction(HOVER_ENTER)))); in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DInputTarget.h49 HOVER_ENTER, enumerator
DInputDispatcher.cpp733 touchedWindow.dispatchMode = InputTarget::DispatchMode::HOVER_ENTER; in getHoveringWindowsLocked()
3480 } else if (inputTarget.dispatchMode == InputTarget::DispatchMode::HOVER_ENTER) { in enqueueDispatchEntryLocked()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp93 common::Action::HOVER_ENTER, in getAction()