Home
last modified time | relevance | path

Searched refs:BTN_STYLUS2 (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DTouchButtonAccumulator.cpp41 mBtnStylus2 = deviceContext.isKeyPressed(BTN_STYLUS2) || deviceContext.isKeyPressed(BTN_0); in reset()
81 case BTN_STYLUS2: in process()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h365 #define BTN_STYLUS2 0x14c macro
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp5951 processKey(mapper, BTN_STYLUS2, 1); in TEST_F()
5961 processKey(mapper, BTN_STYLUS2, 0); in TEST_F()
7428 processKey(mapper, BTN_STYLUS2, 1); in TEST_F()
7438 processKey(mapper, BTN_STYLUS2, 0); in TEST_F()