Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java555 int yFinish; in getPointsToSwipe() local
589 yFinish = bounds.centerY(); in getPointsToSwipe()
596 yFinish = bounds.centerY(); in getPointsToSwipe()
603 yFinish = bounds.bottom - padYFinish; in getPointsToSwipe()
611 yFinish = bounds.top + padYFinish; in getPointsToSwipe()
619 swipePoints.add(new Point(xFinish, yFinish)); in getPointsToSwipe()