Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipUtils.kt149 val appBoundsAspRatio = appBounds.width().toFloat() / appBounds.height() in getEnterPipWithOverlaySrcRectHint() constant
154 if (appBoundsAspRatio < aspectRatio) { in getEnterPipWithOverlaySrcRectHint()