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.h79 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.h771 AMOTION_EVENT_BUTTON_BACK = 1 << 3, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2895 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2896 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2902 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2903 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2936 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2937 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
2943 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
2944 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, mFakePointerController->getButtonState()); in TEST_F()
4250 ASSERT_EQ(AMOTION_EVENT_BUTTON_BACK, motionArgs.buttonState); in TEST_F()
4254 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()