Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DSeekUtility.java115 Point clickLocation = new Point(seekBounds.centerX(), seekBounds.centerY()); in seek() local
120 clickLocation.y = (int) ((bottom - top) * (1 - targetPercentage) + top); in seek()
125 clickLocation.x = (int) ((right - left) * targetPercentage + left); in seek()
128 mSpectatioUiUtil.clickAndWait(clickLocation); in seek()