/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | ImageRequestDescriptor.java | 36 public final int sourceHeight; 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()
|
D | VideoThumbnailRequestDescriptor.java | 25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor() 27 sourceHeight, false /* canCompress */, false /* isStatic */, in VideoThumbnailRequestDescriptor() local
|
D | FileImageRequestDescriptor.java | 47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor() 50 sourceHeight, canCompress, isStatic, false /* cropToCircle */, in FileImageRequestDescriptor() local
|
D | MessagePartImageRequestDescriptor.java | 44 final int sourceHeight, boolean isStatic) { in MessagePartImageRequestDescriptor()
|
D | UriImageRequestDescriptor.java | 59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
|
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
D | BitmapUtilTests.java | 104 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData() 108 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData() 113 int sourceHeight) throws IOException { in createRawData()
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | PlaceholderInsetDrawable.java | 44 final int sourceWidth, final int sourceHeight) { in fromDrawable() 57 final int sourceWidth, final int sourceHeight) { in PlaceholderInsetDrawable()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | IconFactory.java | 48 int sourceHeight = sourceImage.getHeight(); in createIcon() local 75 int sourceHeight = sourceImage.getHeight(); in drawIcon() local
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/ |
H A D | BufferedImageLuminanceSource.java | 50 int sourceHeight = image.getHeight(); in BufferedImageLuminanceSource() local 137 int sourceHeight = image.getHeight(); in rotateCounterClockwise() local
|
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/ |
H A D | BufferedImageLuminanceSource.java | 52 int sourceHeight = image.getHeight(); in BufferedImageLuminanceSource() local 139 int sourceHeight = image.getHeight(); in rotateCounterClockwise() local
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | CompositorVk_unittest.cpp | 95 uint32_t sourceHeight, in createImageWithColor() 114 uint32_t sourceHeight; in createSourceImageFromPng() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | GalleryGridItemData.java | 91 int sourceHeight = cursor.getInt(INDEX_HEIGHT); in bind() local
|
/aosp_15_r20/frameworks/native/opengl/tests/hwc/ |
H A D | hwcStress.cpp | 464 int sourceHeight = layer->sourceCrop.bottom in main() local
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
H A D | BitmapDrawableTest.java | 403 int sourceHeight, targetHeight; in testSetTargetDensity() local
|
H A D | NinePatchDrawableTest.java | 375 int sourceHeight = 120; in testInflate() local
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 311 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/ |
D | DynamicShortcuts.java | 379 final int sourceHeight = bitmapDecoder.getHeight(); in decodeStreamForShortcut() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 831 final int sourceHeight = source.getHeight(); in scaleCenterCrop() local
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | common_defines.h | 161 float sourceHeight; member
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 341 final int sourceHeight = sourceFrame.height(); in canControlSource() local
|
/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.cpp | 624 uint32_t sourceHeight = 0; in LoadImage() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 678 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 824 …const int sourceHeight = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight())… in render() local
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | Magnifier.java | 485 void updateSourceFactors(final int sourceHeight, final float zoom) { in updateSourceFactors()
|