Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperCropper.java189 final int destHeight = (int) (estimateCrop.height() * hRatio); in generateCropInternal() local
221 Slog.v(TAG, " dest=" + destWidth + "x" + destHeight); in generateCropInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java696 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
698 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked()
707 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java1052 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
1054 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked()
1063 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()