Searched refs:AMOTION_EVENT_BUTTON_BACK (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadEvdev.cpp150 if (buttons & ~AMOTION_EVENT_BUTTON_BACK) {
160 if (changes & AMOTION_EVENT_BUTTON_BACK) {
161 touchpad.injector->SendKey(BTN_BACK, (buttons & AMOTION_EVENT_BUTTON_BACK)
/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp255 touch_status = touchpad->ButtonState(t, AMOTION_EVENT_BUTTON_BACK);
264 touch_status = touchpad->ButtonState(t, AMOTION_EVENT_BUTTON_BACK);
/frameworks/native/include/android/
H A Dinput.h767 AMOTION_EVENT_BUTTON_BACK = 1 << 3, enumerator in enum:__anon1542
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2618 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState);
2619 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState());
2625 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState);
2626 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState());
2659 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState);
2660 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState());
2666 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState);
2667 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState());
3928 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState);
3932 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArg
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp247 AMOTION_EVENT_BUTTON_BACK, AKEYCODE_BACK);
1409 result |= AMOTION_EVENT_BUTTON_BACK;

Completed in 191 milliseconds