Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DPointerCaptureTest.java240 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, mTarget, 0, 0); in testWindowFocusChangeEndsCapture()
DTooltipTest.java178 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, target, in injectLongClick()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java719 public static void emulateLongPressOnView(Instrumentation instrumentation, in emulateLongPressOnView() method in CtsTouchUtils
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8310 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection()
8359 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
8761 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView() method
8762 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, view, in emulateLongPressOnView()