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.java7255 SparseArray<Point> swipeCoordinates = new SparseArray<>(); in testClickableSpanOnClickDragOutside() local
7256 swipeCoordinates.put(0, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside, in testClickableSpanOnClickDragOutside()
7258 swipeCoordinates.put(1, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside + 50, in testClickableSpanOnClickDragOutside()
7260 CtsTouchUtils.emulateDragGesture(mInstrumentation, mActivityRule, swipeCoordinates); in testClickableSpanOnClickDragOutside()