Home
last modified time | relevance | path

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

/cts/tests/input/InputInjectionApp/src/com/android/test/inputinjection/
DInputInjectionActivity.kt48 Instrumentation().sendPointerSync(getMotionDownInView(view)) in <lambda>()
51 Instrumentation().sendTrackballEventSync(getMotionDownInView(view)) in <lambda>()
130 private fun getMotionDownInView(view: View): MotionEvent { in getMotionDownInView() method