Home
last modified time | relevance | path

Searched defs:sourceWidth (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DImageRequestDescriptor.java35 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 DVideoThumbnailRequestDescriptor.java25 int sourceWidth, int sourceHeight) { in VideoThumbnailRequestDescriptor()
26 super(UriUtil.getContentUriForMediaStoreId(id), desiredWidth, desiredHeight, sourceWidth, in VideoThumbnailRequestDescriptor() local
H A DFileImageRequestDescriptor.java47 final int desiredHeight, final int sourceWidth, final int sourceHeight, in FileImageRequestDescriptor()
49 super(UriUtil.getUriForResourceFile(path), desiredWidth, desiredHeight, sourceWidth, in FileImageRequestDescriptor() local
H A DMessagePartImageRequestDescriptor.java43 final int desiredWidth, final int desiredHeight, final int sourceWidth, 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()
111 private byte[] createRawData(Bitmap.CompressFormat format, int sourceWidth, 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.java47 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 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.java90 int sourceWidth = cursor.getInt(INDEX_WIDTH); in bind() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java205 int sourceWidth = source.getWidth(); in scale() local
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp462 int sourceWidth = layer->sourceCrop.right 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.java378 final int sourceWidth = bitmapDecoder.getWidth(); in decodeStreamForShortcut() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A Dcommon_defines.h162 float sourceWidth; member
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java830 final int sourceWidth = source.getWidth(); in scaleCenterCrop() local
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc.cpp251 uint32_t sourceWidth = sourceCrop.right - sourceCrop.left; in scaleDisplayFrame() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java976 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp816 float sourceWidth = static_cast<float>(source.getWidth()); in handleRoundedCorners() local
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp881 float sourceWidth = static_cast<float>(source.getWidth()); in handleRoundedCorners() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java729 final float sourceWidth = sourceFrame.width(); in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1567 float sourceWidth = source.getWidth(); in setGeometry() local