Home
last modified time | relevance | path

Searched defs:hoverMove (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DTestPointerDevice.kt45 override fun hoverMove(dx: Int, dy: Int) { in hoverMove() method in com.android.cts.input.TestPointerDevice
78 override fun hoverMove(dx: Int, dy: Int) { in toString() method in com.android.cts.input.TestPointerDevice
111 override fun hoverMove(dx: Int, dy: Int) { in hoverMove() method in com.android.cts.input.TestPointerDevice
144 abstract fun hoverMove(dx: Int, dy: Int) in setUp() method