Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_TERTIARY (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.cpp90 result |= AMOTION_EVENT_BUTTON_TERTIARY; in getButtonState()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h57 AMOTION_EVENT_BUTTON_TERTIARY); in isPointerDown()
/frameworks/native/include/android/
Dinput.h772 AMOTION_EVENT_BUTTON_TERTIARY = 1 << 2, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3437 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
3439 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
3446 ASSERT_EQ(AMOTION_EVENT_BUTTON_TERTIARY, motionArgs.buttonState); in TEST_F()
3447 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
3454 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
3456 ASSERT_EQ(AMOTION_EVENT_BUTTON_SECONDARY | AMOTION_EVENT_BUTTON_TERTIARY, in TEST_F()
3465 ASSERT_EQ(AMOTION_EVENT_BUTTON_TERTIARY, motionArgs.buttonState); in TEST_F()
3466 ASSERT_EQ(AMOTION_EVENT_BUTTON_TERTIARY, mFakePointerController->getButtonState()); in TEST_F()
3472 ASSERT_EQ(AMOTION_EVENT_BUTTON_TERTIARY, motionArgs.buttonState); in TEST_F()
3473 ASSERT_EQ(AMOTION_EVENT_BUTTON_TERTIARY, mFakePointerController->getButtonState()); in TEST_F()
[all …]
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp95 static_assert(static_cast<common::V1_0::Button>(AMOTION_EVENT_BUTTON_TERTIARY) == in getActionButton()