Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_STYLUS_SECONDARY (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp127 result |= AMOTION_EVENT_BUTTON_STYLUS_SECONDARY; in getButtonState()
/frameworks/native/include/android/
Dinput.h775 AMOTION_EVENT_BUTTON_STYLUS_SECONDARY = 1 << 6, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp103 static_assert(static_cast<common::V1_0::Button>(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY) == in getActionButton()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4385 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
4389 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
5892 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
5896 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()