Home
last modified time | relevance | path

Searched defs:hintToEndScaleY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipUtils.kt221 val hintToEndScaleY = (actEndBounds.height().toFloat()) / (hintRect.height().toFloat()) in calcEndTransform() constant
272 val hintToEndScaleY = (endBounds.height().toFloat()) / (hintRect.height().toFloat()) in calcStartTransform() constant