Home
last modified time | relevance | path

Searched refs:BTN_TOOL_FINGER (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt108 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
113 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
120 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
125 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
139 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
143 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
159 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
163 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt281 const val BTN_TOOL_FINGER = 0x145 constant
294 1 -> BTN_TOOL_FINGER in toolBtnForFingerCount()