Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java553 int yStart; in getPointsToSwipe() local
588 yStart = bounds.centerY(); in getPointsToSwipe()
595 yStart = bounds.centerY(); in getPointsToSwipe()
602 yStart = bounds.top + padYStart; in getPointsToSwipe()
610 yStart = bounds.bottom - padYStart; in getPointsToSwipe()
617 swipePoints.add(new Point(xStart, yStart)); in getPointsToSwipe()