Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java74 decoder.setTargetSize(maxWidth, targetHeight); in resolveImage()
79 decoder.setTargetSize(targetWidth, maxHeight); in resolveImage()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.h42 bool setTargetSize(int width, int height);
H A DImageDecoder.cpp86 bool ImageDecoder::setTargetSize(int width, int height) { in setTargetSize() function in ImageDecoder
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java1112 this.setTargetSize(width, height); in setResize()
1135 public void setTargetSize(@Px @IntRange(from = 1) int width, in setTargetSize() method in ImageDecoder
1213 this.setTargetSize(targetWidth, targetHeight); in setTargetSampleSize()
1940 this.setTargetSize(scaledWidth, scaledHeight); in computeDensity()
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/
H A DLocalImageFetcher.java243 decoder.setTargetSize(Math.round(scale * imgW), Math.round(scale * imgH));
/aosp12/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp346 return imageDecoder->setTargetSize(width, height) in AImageDecoder_setTargetSize()
/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp246 if (!decoder->setTargetSize(targetWidth, targetHeight)) { in ImageDecoder_nDecodeBitmap()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.kt261 decoder.setTargetSize(LOCATION_ACCURACY_IMAGE_DIAMETER,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt6694 HSPLandroid/graphics/ImageDecoder;->setTargetSize(II)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15320 method public void setTargetSize(@IntRange(from=1) @Px int, @IntRange(from=1) @Px int);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt6692 HSPLandroid/graphics/ImageDecoder;->setTargetSize(II)V