Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java395 final float adjustmentPercentage = 1f in getIndicatorBounds() local
397 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()