Home
last modified time | relevance | path

Searched refs:sendBtn (Results 1 – 4 of 4) 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>()
144 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_DOUBLETAP, true) in <lambda>()
158 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_DOUBLETAP, false) in <lambda>()
159 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
163 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
[all …]
/cts/tests/input/src/android/input/cts/
DStylusButtonInputEventTest.kt155 uinputStylus.sendBtn(button.key, true) in <lambda>()
175 uinputStylus.sendBtn(button.key, false) in <lambda>()
210 uinputStylus.sendBtn(button.key, true) in <lambda>()
224 uinputStylus.sendBtn(button.key, false) in <lambda>()
DPointerIconTest.kt307 drawingTablet.sendBtn(UinputTouchDevice.BTN_TOOL_PEN, isDown = true) in toString()
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt81 fun sendBtn(btnCode: Int, isDown: Boolean) { in sendBtn() method