Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DImageUtils.java208 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/
DTransitionAnimation.java775 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/
Dmediafilter.cpp197 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/
DAppTransition.java880 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/
DWallpaperManagerService.java692 final int destHeight = (int) (estimateCrop.height() * hRatio); in generateCrop() local
724 Slog.v(TAG, " dest=" + destWidth + "x" + destHeight); in generateCrop()