Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java518 List<Point> swipePoints = getPointsToSwipe(bounds, swipeDirection, swipeFraction); in swipe() local
520 Point startPoint = swipePoints.get(0); in swipe()
521 Point finishPoint = swipePoints.get(1); in swipe()
615 List<Point> swipePoints = new ArrayList<>(); in getPointsToSwipe() local
617 swipePoints.add(new Point(xStart, yStart)); in getPointsToSwipe()
619 swipePoints.add(new Point(xFinish, yFinish)); in getPointsToSwipe()
621 return swipePoints; in getPointsToSwipe()