Searched refs:emulateLongPressOnView (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | PointerCaptureTest.java | 235 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, mTarget, 0, 0); in testWindowFocusChangeEndsCapture()
|
D | TooltipTest.java | 177 CtsTouchUtils.emulateLongPressOnView(mInstrumentation, target, in injectLongClick()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 515 public static void emulateLongPressOnView(Instrumentation instrumentation, View view, in emulateLongPressOnView() method in CtsTouchUtils
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7714 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()
|