Searched refs:emulateLongPressOnViewCenter (Results 1 – 5 of 5) sorted by relevance
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 480 public static void emulateLongPressOnViewCenter(Instrumentation instrumentation, View view) { in emulateLongPressOnViewCenter() method in CtsTouchUtils 481 emulateLongPressOnViewCenter(instrumentation, view, 0); in emulateLongPressOnViewCenter() 492 public static void emulateLongPressOnViewCenter(Instrumentation instrumentation, View view, in emulateLongPressOnViewCenter() method in CtsTouchUtils
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ZoomButtonTest.java | 135 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mZoomButton, 10000); in verifyZoomSpeed()
|
D | AbsListViewTest.java | 682 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, v, 500); in testGetContextMenuInfo() 1078 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, in testMultiSelectionWithLongPressAndTaps()
|
D | TextViewTest.java | 669 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, textView); in testAccessHighlightColor() 1712 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mTextView); in testRemoveSelectionWithSelectionHandles() 5388 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mTextView); in testCancelLongPress()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_UsingViewsTest.java | 390 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mEditText); in testSetupListeners()
|