Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DCtsTouchUtils.java480 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/
DZoomButtonTest.java135 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mZoomButton, 10000); in verifyZoomSpeed()
DAbsListViewTest.java682 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, v, 500); in testGetContextMenuInfo()
1078 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, in testMultiSelectionWithLongPressAndTaps()
DTextViewTest.java669 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/
DView_UsingViewsTest.java390 CtsTouchUtils.emulateLongPressOnViewCenter(mInstrumentation, mEditText); in testSetupListeners()