Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_BUTTON_STYLUS_PRIMARY (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp136 result |= AMOTION_EVENT_BUTTON_STYLUS_PRIMARY; in getButtonState()
/frameworks/native/include/android/
Dinput.h862 AMOTION_EVENT_BUTTON_STYLUS_PRIMARY = 1 << 5, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2195 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY), in TYPED_TEST()
2200 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY), in TYPED_TEST()
2242 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2245 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2248 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2257 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2261 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2271 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2274 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
2277 WithButtonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY)))); in TYPED_TEST()
[all …]
DInputDispatcher_test.cpp11565 AMOTION_EVENT_BUTTON_STYLUS_PRIMARY) in injectDown()
11776 .buttonState(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY) in TEST_F()
/frameworks/native/libs/input/
DVirtualInputDevice.cpp414 {AMOTION_EVENT_BUTTON_STYLUS_PRIMARY, BTN_STYLUS},
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp123 static_assert(static_cast<common::Button>(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY) == in getActionButton()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2877 (entry.buttonState & AMOTION_EVENT_BUTTON_STYLUS_PRIMARY) != 0; in addDragEventLocked()
2901 (entry.buttonState & AMOTION_EVENT_BUTTON_STYLUS_PRIMARY) != 0; in addDragEventLocked()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp114 ~(AMOTION_EVENT_BUTTON_STYLUS_PRIMARY | AMOTION_EVENT_BUTTON_STYLUS_SECONDARY); in filterButtonState()