Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_BACK (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.cpp150 if (buttons & ~AMOTION_EVENT_BUTTON_BACK) { in ButtonState()
160 if (changes & AMOTION_EVENT_BUTTON_BACK) { in ButtonState()
161 touchpad.injector->SendKey(BTN_BACK, (buttons & AMOTION_EVENT_BUTTON_BACK) in ButtonState()
/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.cpp93 result |= AMOTION_EVENT_BUTTON_BACK; in getButtonState()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h124 lastButtonState, currentButtonState, AMOTION_EVENT_BUTTON_BACK, in synthesizeButtonKeys()
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp243 touch_status = touchpad->ButtonState(t, AMOTION_EVENT_BUTTON_BACK); in TEST_F()
252 touch_status = touchpad->ButtonState(t, AMOTION_EVENT_BUTTON_BACK); in TEST_F()
/frameworks/native/include/android/
Dinput.h781 AMOTION_EVENT_BUTTON_BACK = 1 << 3, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4282 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4283 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
4289 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4290 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
4323 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4324 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
4330 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4331 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
5609 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
5613 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp97 static_assert(static_cast<common::V1_0::Button>(AMOTION_EVENT_BUTTON_BACK) == in getActionButton()