Searched refs:adjustmentPercentage (Results 1 – 1 of 1) sorted by relevance
395 final float adjustmentPercentage = 1f in getIndicatorBounds() local397 return new Rect((int) (adjustmentPercentage * layout.width() / 2), in getIndicatorBounds()398 (int) (adjustmentPercentage * layout.height() / 2), in getIndicatorBounds()399 (int) (layout.width() - (adjustmentPercentage * layout.width() / 2)), in getIndicatorBounds()400 (int) (layout.height() - (adjustmentPercentage * layout.height() / 2))); in getIndicatorBounds()