Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPhoneSizeSpecSource.kt228 val currAspectRatio = size.width.toFloat() / size.height in getSizeForAspectRatio() constant
231 val currentMaxSize = getMaxSize(currAspectRatio) in getSizeForAspectRatio()