Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java107 emulateDoubleTapOnView(instrumentation, view, view.getWidth() / 2, view.getHeight() / 2); in emulateDoubleTapOnViewCenter()
119 public static void emulateDoubleTapOnView(Instrumentation instrumentation, View anchorView, in emulateDoubleTapOnView() method in CtsTouchUtils
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6740 CtsTouchUtils.emulateDoubleTapOnView(mInstrumentation, mTextView, spanDetails.mXPosInside, in testClickableSpanOnClickDoubleTapInside()