Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/accumulator/
H A DTouchButtonAccumulator.cpp49 mBtnToolLens = deviceContext.isKeyPressed(BTN_TOOL_LENS); in reset()
107 case BTN_TOOL_LENS: in process()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h360 #define BTN_TOOL_LENS 0x147 macro
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp6044 processKey(mapper, BTN_TOOL_LENS, 1); in TEST_F()
6051 processKey(mapper, BTN_TOOL_LENS, 0); in TEST_F()
7521 processKey(mapper, BTN_TOOL_LENS, 1); in TEST_F()
7528 processKey(mapper, BTN_TOOL_LENS, 0); in TEST_F()