Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java158 final int destH = destinationBounds.height(); in rotateAndScaleWithCrop() local
161 final float scale = srcW <= srcH ? (float) destW / srcW : (float) destH / srcH; in rotateAndScaleWithCrop()
163 crop.set(0, 0, Transitions.SHELL_TRANSITIONS_ROTATION ? destH in rotateAndScaleWithCrop()
164 : destW, Transitions.SHELL_TRANSITIONS_ROTATION ? destW : destH); in rotateAndScaleWithCrop()