Searched refs:destHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | ImageUtils.java | 208 int destHeight = Math.max(1, (int) (yScale * sourceHeight)); in scale() local 215 new BufferedImage(destWidth, destHeight, imageType); in scale() 219 g2.fillRect(0, 0, destWidth, destHeight); in scale() 224 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight, in scale() 257 int nearestHeight = destHeight; in scale()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | TransitionAnimation.java | 775 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local 777 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked() 786 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
|
/frameworks/av/cmds/stagefright/ |
D | mediafilter.cpp | 197 int32_t destWidth, destHeight, destStride, destSliceHeight; in tryCopyDecodedBuffer() local 206 && destFormat->findInt32("height", & destHeight) in tryCopyDecodedBuffer()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 880 final float destHeight = destFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local 882 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked() 891 final float scaleVCenter = ((enter ? destHeight : sourceHeight) + surfaceInsetsV) / 2; in createAspectScaledThumbnailFreeformAnimationLocked()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 692 final int destHeight = (int) (estimateCrop.height() * hRatio); in generateCrop() local 724 Slog.v(TAG, " dest=" + destWidth + "x" + destHeight); in generateCrop()
|