Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperCropper.java190 final int destWidth = (int) (estimateCrop.width() * hRatio); in generateCropInternal() local
193 if (destWidth > GLHelper.getMaxTextureSize()) { in generateCropInternal()
221 Slog.v(TAG, " dest=" + destWidth + "x" + destHeight); in generateCropInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java695 final float destWidth = destFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
697 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked()
706 final float scaleHCenter = ((enter ? destWidth : sourceWidth) + surfaceInsetsH) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java1051 final float destWidth = destFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
1053 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked()
1062 final float scaleHCenter = ((enter ? destWidth : sourceWidth) + surfaceInsetsH) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()