Searched refs:emulateLongPressOnViewCenter (Results 1 – 5 of 5) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 683 public static void emulateLongPressOnViewCenter(Instrumentation instrumentation, in emulateLongPressOnViewCenter() method in CtsTouchUtils 685 emulateLongPressOnViewCenter(instrumentation, activityTestRule, view, 0); in emulateLongPressOnViewCenter() 696 public static void emulateLongPressOnViewCenter(Instrumentation instrumentation, in emulateLongPressOnViewCenter() method in CtsTouchUtils
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ZoomButtonTest.java | 150 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mZoomButton, in testSetZoomSpeed()
|
D | AbsListViewTest.java | 691 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, v, 500); in testGetContextMenuInfo() 1098 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps()
|
D | TextViewTest.java | 796 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, textView); in testAccessHighlightColor() 1839 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testRemoveSelectionWithSelectionHandles() 4380 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testHandleDrawables_canBeSet_whenSelectionHandlesAreShown() 5890 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testCancelLongPress()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_UsingViewsTest.java | 391 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mEditText); in testSetupListeners()
|