Searched refs:ctsTouchUtils (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | SpellCheckerTest.kt | 94 private val ctsTouchUtils: CtsTouchUtils = CtsTouchUtils(context) in <lambda>() constant in android.view.inputmethod.cts.SpellCheckerTest 134 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 176 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 206 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 231 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 448 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 476 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 499 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 531 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 603 ctsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() [all …]
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | CtsWindowInfoUtils.java | 583 CtsTouchUtils ctsTouchUtils = new CtsTouchUtils(instrumentation.getTargetContext()); in sendTap() local 584 ctsTouchUtils.injectDownEvent(instrumentation, downTime, coord.x, coord.y, in sendTap() 586 ctsTouchUtils.injectUpEvent(instrumentation, downTime, false, coord.x, coord.y, null); in sendTap()
|