Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java552 int xStart; in getPointsToSwipe() local
586 xStart = bounds.left + padXStart; in getPointsToSwipe()
593 xStart = bounds.right - padXStart; in getPointsToSwipe()
600 xStart = bounds.centerX(); in getPointsToSwipe()
608 xStart = bounds.centerX(); in getPointsToSwipe()
617 swipePoints.add(new Point(xStart, yStart)); in getPointsToSwipe()