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.java683 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/
DZoomButtonTest.java150 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mZoomButton, in testSetZoomSpeed()
DAbsListViewTest.java691 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, v, 500); in testGetContextMenuInfo()
1098 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps()
DTextViewTest.java796 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/
DView_UsingViewsTest.java391 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mActivityRule, mEditText); in testSetupListeners()