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 | 693 public void emulateLongPressOnViewCenter(Instrumentation instrumentation, in emulateLongPressOnViewCenter() method in CtsTouchUtils 695 emulateLongPressOnViewCenter(instrumentation, activityTestRule, view, 0); in emulateLongPressOnViewCenter() 706 public void emulateLongPressOnViewCenter(Instrumentation instrumentation, in emulateLongPressOnViewCenter() method in CtsTouchUtils
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ZoomButtonTest.java | 160 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testSetZoomSpeed()
|
D | AbsListViewTest.java | 756 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, v, 500); in testGetContextMenuInfo() 1163 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps()
|
D | TextViewTest.java | 856 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, textView); in testAccessHighlightColor() 1897 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testRemoveSelectionWithSelectionHandles() 4466 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testHandleDrawables_canBeSet_whenSelectionHandlesAreShown() 6114 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testCancelLongPress()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_UsingViewsTest.java | 405 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mEditText); in testSetupListeners()
|