Home
last modified time | relevance | path

Searched refs:emulateLongPressOnViewCenter (Results 1 – 5 of 5) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java693 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/
DZoomButtonTest.java160 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testSetZoomSpeed()
DAbsListViewTest.java756 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, v, 500); in testGetContextMenuInfo()
1163 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps()
DTextViewTest.java856 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/
DView_UsingViewsTest.java405 mCtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mEditText); in testSetupListeners()