Searched refs:emulateLongPressOnView (Results 1 – 3 of 3) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 729 public void emulateLongPressOnView(Instrumentation instrumentation, in emulateLongPressOnView() method in CtsTouchUtils
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TooltipTest.java | 195 mCtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, target, in injectLongClick()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 8852 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection() 8901 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection() 9550 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView() method 9551 mCtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, view, in emulateLongPressOnView()
|