Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp39 constexpr auto HOVER_EXIT = AMOTION_EVENT_ACTION_HOVER_EXIT; variable
161 VariantWith<NotifyMotionArgs>(WithMotionAction(HOVER_EXIT)), in TEST_F()
/frameworks/native/services/inputflinger/dispatcher/
DInputTarget.h54 HOVER_EXIT, enumerator
DInputDispatcher.cpp722 touchedWindow.dispatchMode = InputTarget::DispatchMode::HOVER_EXIT; in getHoveringWindowsLocked()
3030 if (it != inputTargets.end() && it->dispatchMode == InputTarget::DispatchMode::HOVER_EXIT) { in addPointerWindowTargetLocked()
3478 } else if (inputTarget.dispatchMode == InputTarget::DispatchMode::HOVER_EXIT) { in enqueueDispatchEntryLocked()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp96 common::Action::HOVER_EXIT, in getAction()