Home
last modified time | relevance | path

Searched defs:sourceHeight (Results 1 – 25 of 130) sorted by relevance

123456

/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageRequestDescriptor.java36 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()
DVideoThumbnailRequestDescriptor.java25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor()
27 sourceHeight, false /* canCompress */, false /* isStatic */, in VideoThumbnailRequestDescriptor() local
DFileImageRequestDescriptor.java47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor()
50 sourceHeight, canCompress, isStatic, false /* cropToCircle */, in FileImageRequestDescriptor() local
DMessagePartImageRequestDescriptor.java44 final int sourceHeight, boolean isStatic) { in MessagePartImageRequestDescriptor()
DUriImageRequestDescriptor.java59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/util/
DBitmapUtilTests.java104 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 DMtpDatabaseTest.java176 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/
DPlaceholderInsetDrawable.java44 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/
DIconFactory.java48 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 DBufferedImageLuminanceSource.java50 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 DBufferedImageLuminanceSource.java52 int sourceHeight = image.getHeight(); in BufferedImageLuminanceSource() local
139 int sourceHeight = image.getHeight(); in rotateCounterClockwise() local
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp95 uint32_t sourceHeight, in createImageWithColor()
114 uint32_t sourceHeight; in createSourceImageFromPng() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DGalleryGridItemData.java91 int sourceHeight = cursor.getInt(INDEX_HEIGHT); in bind() local
/aosp_15_r20/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp464 int sourceHeight = layer->sourceCrop.bottom in main() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DBitmapDrawableTest.java403 int sourceHeight, targetHeight; in testSetTargetDensity() local
H A DNinePatchDrawableTest.java375 int sourceHeight = 120; in testInflate() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c311 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java379 final int sourceHeight = bitmapDecoder.getHeight(); in decodeStreamForShortcut() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java831 final int sourceHeight = source.getHeight(); in scaleCenterCrop() local
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h161 float sourceHeight; member
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DInsetsState.java341 final int sourceHeight = sourceFrame.height(); in canControlSource() local
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp624 uint32_t sourceHeight = 0; in LoadImage() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java678 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp824 …const int sourceHeight = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight())… in render() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DMagnifier.java485 void updateSourceFactors(final int sourceHeight, final float zoom) { in updateSourceFactors()

123456