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.java6596 SparseArray<Point> swipeCoordinates = new SparseArray<>(); in testClickableSpanOnClickDragOutside() local
6597 swipeCoordinates.put(0, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside, in testClickableSpanOnClickDragOutside()
6599 swipeCoordinates.put(1, new Point(viewOnScreenXY[0] + spanDetails.mXPosOutside + 50, in testClickableSpanOnClickDragOutside()
6601 CtsTouchUtils.emulateDragGesture(mInstrumentation, swipeCoordinates); in testClickableSpanOnClickDragOutside()