Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java559 int padYStart = 5; in getPointsToSwipe() local
566 padYStart = 0; in getPointsToSwipe()
571 padYStart = bounds.bottom / 4; in getPointsToSwipe()
575 padYStart = bounds.centerY(); in getPointsToSwipe()
579 padYStart = bounds.bottom / 4 * 3; in getPointsToSwipe()
602 yStart = bounds.top + padYStart; in getPointsToSwipe()
610 yStart = bounds.bottom - padYStart; in getPointsToSwipe()