Home
last modified time | relevance | path

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

/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt104 UinputTouchPad(instrumentation, context.display).use { touchpad -> in <lambda>() method
107 touchpad.sendBtnTouch(true) in <lambda>()
108 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, true) in <lambda>()
109 touchpad.sendDown(0, pointer, UinputTouchDevice.MT_TOOL_FINGER) in <lambda>()
110 touchpad.sync() in <lambda>()
112 touchpad.sendBtnTouch(false) in <lambda>()
113 touchpad.sendBtn(UinputTouchDevice.BTN_TOOL_FINGER, false) in <lambda>()
114 touchpad.sendUp(0) in <lambda>()
115 touchpad.sync() in <lambda>()
119 touchpad.sendBtnTouch(true) in <lambda>()
[all …]