Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsAlgorithm.java440 final int smallestSize = Math.min(size.getWidth(), size.getHeight()); in getSizeForAspectRatio() local
441 final int minSize = (int) Math.max(minEdgeSize, smallestSize); in getSizeForAspectRatio()