Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java554 int xFinish; in getPointsToSwipe() local
587 xFinish = bounds.right - padXFinish; in getPointsToSwipe()
594 xFinish = bounds.left + padXFinish; in getPointsToSwipe()
601 xFinish = bounds.centerX(); in getPointsToSwipe()
609 xFinish = bounds.centerX(); in getPointsToSwipe()
619 swipePoints.add(new Point(xFinish, yFinish)); in getPointsToSwipe()