Searched refs:clickLocation (Results 1 – 1 of 1) sorted by relevance
115 Point clickLocation = new Point(seekBounds.centerX(), seekBounds.centerY()); in seek() local120 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()