Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_BACK (Results 1 – 5 of 5) 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/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.h771 AMOTION_EVENT_BUTTON_BACK = 1 << 3, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2883 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2884 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2890 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2891 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2924 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2925 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2931 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2932 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
4232 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4236 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/
DInputReader.cpp254 AMOTION_EVENT_BUTTON_BACK, AKEYCODE_BACK); in synthesizeButtonKeys()
1359 result |= AMOTION_EVENT_BUTTON_BACK; in getButtonState()