Home
last modified time | relevance | path

Searched refs:BUTTON_PRESS (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp35 constexpr auto BUTTON_PRESS = AMOTION_EVENT_ACTION_BUTTON_PRESS; variable
163 VariantWith<NotifyMotionArgs>(WithMotionAction(BUTTON_PRESS)), in TEST_F()
DCursorInputMapper_test.cpp49 constexpr auto BUTTON_PRESS = AMOTION_EVENT_ACTION_BUTTON_PRESS; variable
235 VariantWith<NotifyMotionArgs>(WithMotionAction(BUTTON_PRESS)))); in TEST_F()
291 AllOf(WithMotionAction(BUTTON_PRESS), in TEST_F()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp99 common::Action::BUTTON_PRESS, in getAction()