Searched refs:sendBtn (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/ |
D | EmulateInputDevice.kt | 108 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/ |
D | StylusButtonInputEventTest.kt | 155 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>()
|
D | PointerIconTest.kt | 307 drawingTablet.sendBtn(UinputTouchDevice.BTN_TOOL_PEN, isDown = true) in toString()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchDevice.kt | 81 fun sendBtn(btnCode: Int, isDown: Boolean) { in sendBtn() method
|