Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java156 final int srcH = mTmpDestinationRect.height(); in rotateAndScaleWithCrop() local
161 final float scale = srcW <= srcH ? (float) destW / srcW : (float) destH / srcH; in rotateAndScaleWithCrop()