Searched refs:setTargetSize (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LocalImageResolver.java | 74 decoder.setTargetSize(maxWidth, targetHeight); in resolveImage() 79 decoder.setTargetSize(targetWidth, maxHeight); in resolveImage()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | ImageDecoder.h | 42 bool setTargetSize(int width, int height);
|
H A D | ImageDecoder.cpp | 86 bool ImageDecoder::setTargetSize(int width, int height) { in setTargetSize() function in ImageDecoder
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | ImageDecoder.java | 1112 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 D | LocalImageFetcher.java | 243 decoder.setTargetSize(Math.round(scale * imgW), Math.round(scale * imgH));
|
/aosp12/frameworks/base/native/graphics/jni/ |
H A D | imagedecoder.cpp | 346 return imageDecoder->setTargetSize(width, height) in AImageDecoder_setTargetSize()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | ImageDecoder.cpp | 246 if (!decoder->setTargetSize(targetWidth, targetHeight)) { in ImageDecoder_nDecodeBitmap()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
H A D | GrantPermissionsViewHandlerImpl.kt | 261 decoder.setTargetSize(LOCATION_ACCURACY_IMAGE_DIAMETER,
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 6694 HSPLandroid/graphics/ImageDecoder;->setTargetSize(II)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 15320 method public void setTargetSize(@IntRange(from=1) @Px int, @IntRange(from=1) @Px int);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 6692 HSPLandroid/graphics/ImageDecoder;->setTargetSize(II)V
|