Home
last modified time | relevance | path

Searched refs:emulateLongPressOnView (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsTouchUtils.java729 public void emulateLongPressOnView(Instrumentation instrumentation, in emulateLongPressOnView() method in CtsTouchUtils
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java195 mCtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, target, in injectLongClick()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8852 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection()
8901 emulateLongPressOnView(mTextView, offset.x, offset.y); in testSmartSelection_resetSelection()
9550 private void emulateLongPressOnView(View view, int offsetX, int offsetY) { in emulateLongPressOnView() method
9551 mCtsTouchUtils.emulateLongPressOnView(mInstrumentation, mActivityRule, view, in emulateLongPressOnView()