Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp36 constexpr auto BUTTON_RELEASE = AMOTION_EVENT_ACTION_BUTTON_RELEASE; variable
164 VariantWith<NotifyMotionArgs>(WithMotionAction(BUTTON_RELEASE)), in TEST_F()
DCursorInputMapper_test.cpp50 constexpr auto BUTTON_RELEASE = AMOTION_EVENT_ACTION_BUTTON_RELEASE; variable
249 ElementsAre(VariantWith<NotifyMotionArgs>(WithMotionAction(BUTTON_RELEASE)), in TEST_F()
301 AllOf(WithMotionAction(BUTTON_RELEASE), in TEST_F()
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp102 common::Action::BUTTON_RELEASE, in getAction()