Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7776 SparseArray<Point> swipeCoordinates = new SparseArray<>(); in testClickableSpanOnClickDragOutside() local
7777 swipeCoordinates.put(0, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside, in testClickableSpanOnClickDragOutside()
7779 swipeCoordinates.put(1, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside + 50, in testClickableSpanOnClickDragOutside()
7781 mCtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, swipeCoordinates); in testClickableSpanOnClickDragOutside()