/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | ImageRequestDescriptor.java | 35 public final int sourceWidth; field in ImageRequestDescriptor 77 final int desiredHeight, final int sourceWidth, final int sourceHeight, in ImageRequestDescriptor() 111 public void updateSourceDimensions(final int sourceWidth, final int sourceHeight) { in updateSourceDimensions()
|
H A D | VideoThumbnailRequestDescriptor.java | 25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor() 26 super(UriUtil.getContentUriForMediaStoreId(id), desiredWidth, desiredHeight, sourceWidth, in VideoThumbnailRequestDescriptor() local
|
H A D | FileImageRequestDescriptor.java | 47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor() 49 super(UriUtil.getUriForResourceFile(path), desiredWidth, desiredHeight, sourceWidth, in FileImageRequestDescriptor() local
|
H A D | MessagePartImageRequestDescriptor.java | 43 final int desiredWidth, final int desiredHeight, final int sourceWidth, in MessagePartImageRequestDescriptor()
|
H A D | UriImageRequestDescriptor.java | 59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
H A D | BitmapUtilTests.java | 103 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData() 107 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData() 111 private byte[] createRawData(Bitmap.CompressFormat format, int sourceWidth, in createRawData()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | PlaceholderInsetDrawable.java | 44 final int sourceWidth, final int sourceHeight) { in fromDrawable() 57 final int sourceWidth, final int sourceHeight) { in PlaceholderInsetDrawable()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
H A D | IconFactory.java | 47 int sourceWidth = sourceImage.getWidth(); in createIcon() local 74 int sourceWidth = sourceImage.getWidth(); in drawIcon() local
|
/aosp12/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpDatabaseTest.java | 176 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData() 180 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData() 184 private byte[] createRawData(Bitmap.CompressFormat format, int sourceWidth, int sourceHeight) in createRawData()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
H A D | GalleryGridItemData.java | 90 int sourceWidth = cursor.getInt(INDEX_WIDTH); in bind() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 205 int sourceWidth = source.getWidth(); in scale() local
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcStress.cpp | 462 int sourceWidth = layer->sourceCrop.right in main() local
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_image.c | 310 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | DynamicShortcuts.java | 378 final int sourceWidth = bitmapDecoder.getWidth(); in decodeStreamForShortcut() local
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
H A D | common_defines.h | 162 float sourceWidth; member
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ImageUtils.java | 830 final int sourceWidth = source.getWidth(); in scaleCenterCrop() local
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc.cpp | 251 uint32_t sourceWidth = sourceCrop.right - sourceCrop.left; in scaleDisplayFrame() local
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 976 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 816 float sourceWidth = static_cast<float>(source.getWidth()); in handleRoundedCorners() local
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.cpp | 881 float sourceWidth = static_cast<float>(source.getWidth()); in handleRoundedCorners() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 729 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | SurfaceComposerClient.cpp | 1567 float sourceWidth = source.getWidth(); in setGeometry() local
|