Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp139 result |= AMOTION_EVENT_BUTTON_STYLUS_SECONDARY; in getButtonState()
/frameworks/native/include/android/
Dinput.h863 AMOTION_EVENT_BUTTON_STYLUS_SECONDARY = 1 << 6, enumerator
/frameworks/native/libs/input/
DVirtualInputDevice.cpp415 {AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, BTN_STYLUS2},
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp126 static_assert(static_cast<common::Button>(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY) == in getActionButton()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp5722 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
5726 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
8297 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
8301 ASSERT_EQ(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY, motionArgs.buttonState); in TEST_F()
8359 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY)))); in TEST_F()
8362 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_SECONDARY)))); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp114 ~(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY | AMOTION_EVENT_BUTTON_STYLUS_SECONDARY); in filterButtonState()