Searched refs:BTN_TOOL_PEN (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
H A D | TouchButtonAccumulator.cpp | 30 mHaveStylus = deviceContext.hasScanCode(BTN_TOOL_PEN) || in configure() 43 mBtnToolPen = deviceContext.isKeyPressed(BTN_TOOL_PEN); in reset() 89 case BTN_TOOL_PEN: in process()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | input-event-codes.h | 353 #define BTN_TOOL_PEN 0x140 macro
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 6004 processKey(mapper, BTN_TOOL_PEN, 1); in TEST_F() 6011 processKey(mapper, BTN_TOOL_PEN, 0); in TEST_F() 6083 processKey(mapper, BTN_TOOL_PEN, 1); in TEST_F() 6106 processKey(mapper, BTN_TOOL_PEN, 0); in TEST_F() 7481 processKey(mapper, BTN_TOOL_PEN, 1); in TEST_F() 7488 processKey(mapper, BTN_TOOL_PEN, 0); in TEST_F() 7560 processKey(mapper, BTN_TOOL_PEN, 1); in TEST_F() 7598 processKey(mapper, BTN_TOOL_PEN, 0); in TEST_F()
|