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.java235 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, mTarget, 0, 0); in testWindowFocusChangeEndsCapture()
DTooltipTest.java177 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, target, in injectLongClick()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java515 public static void emulateLongPressOnView(Instrumentation instrumentation, View view, in emulateLongPressOnView() method in CtsTouchUtils
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7714 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection()
7763 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
8006 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView() method
8007 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, view, offsetX, offsetY); in emulateLongPressOnView()