Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A 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()
H A DVideoThumbnailRequestDescriptor.java25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor()
27 sourceHeight, false /* canCompress */, false /* isStatic */, in VideoThumbnailRequestDescriptor() local
H A DFileImageRequestDescriptor.java47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor()
50 sourceHeight, canCompress, isStatic, false /* cropToCircle */, in FileImageRequestDescriptor() local
H A DMessagePartImageRequestDescriptor.java44 final int sourceHeight, boolean isStatic) { in MessagePartImageRequestDescriptor()
H A DUriImageRequestDescriptor.java59 final int desiredHeight, final int sourceWidth, final int sourceHeight, in UriImageRequestDescriptor()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DBitmapUtilTests.java103 private byte[] createJpegRawData(int sourceWidth, int sourceHeight) throws IOException { in createJpegRawData()
107 private byte[] createPngRawData(int sourceWidth, int sourceHeight) throws IOException { in createPngRawData()
112 int sourceHeight) throws IOException { in createRawData()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPlaceholderInsetDrawable.java44 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 DIconFactory.java48 int sourceHeight = sourceImage.getHeight(); in createIcon() local
75 int sourceHeight = sourceImage.getHeight(); in drawIcon() local
/aosp12/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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DGalleryGridItemData.java91 int sourceHeight = cursor.getInt(INDEX_HEIGHT); in bind() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java206 int sourceHeight = source.getHeight(); in scale() local
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp464 int sourceHeight = layer->sourceCrop.bottom in main() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.c310 float sourceHeight, sourceWidth; in wprint_image_set_output_properties() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DDynamicShortcuts.java379 final int sourceHeight = bitmapDecoder.getHeight(); in decodeStreamForShortcut() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A Dcommon_defines.h161 float sourceHeight; member
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java831 final int sourceHeight = source.getHeight(); in scaleCenterCrop() local
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc.cpp252 uint32_t sourceHeight = sourceCrop.bottom - sourceCrop.top; in scaleDisplayFrame() local
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java485 void updateSourceFactors(final int sourceHeight, final float zoom) { in updateSourceFactors()
H A DEditor.java560 final int sourceHeight = in createBuilderWithInlineMagnifierDefaults() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java977 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp817 float sourceHeight = static_cast<float>(source.getHeight()); in handleRoundedCorners() local
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp882 float sourceHeight = static_cast<float>(source.getHeight()); in handleRoundedCorners() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java730 final float sourceHeight = sourceFrame.height(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1568 float sourceHeight = source.getHeight(); in setGeometry() local