Home
last modified time | relevance | path

Searched defs:imageBounds (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java161 public static Matrix getBitmapToDisplayMatrix(RectF imageBounds, RectF displayBounds) { in getBitmapToDisplayMatrix()
167 public static boolean setBitmapToDisplayMatrix(Matrix m, RectF imageBounds, in setBitmapToDisplayMatrix()
H A DCropActivity.java618 RectF imageBounds = new RectF(0, 0, image.getWidth(), image.getHeight()); in getCroppedImage() local
688 private RectF getBitmapCrop(RectF imageBounds) { in getBitmapCrop()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java662 public void displayPhoto(final Uri photoUri, final Rect imageBounds, final boolean isDraft) { in displayPhoto()
666 public static void displayPhoto(final Uri photoUri, final Rect imageBounds, in displayPhoto()
1262 final MessagePartData attachment, final Rect imageBounds, final boolean longPress) { in onAttachmentClick()
1272 displayPhoto(attachment.getContentUri(), imageBounds, false /* isDraft */); in onAttachmentClick() local
H A DComposeMessageView.java92 void displayPhoto(Uri photoUri, Rect imageBounds, boolean isDraft); in displayPhoto()
926 public void displayPhoto(final Uri photoUri, final Rect imageBounds) { in displayPhoto()
H A DConversationMessageView.java86 Rect imageBounds, boolean longPress); in onAttachmentClick()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGradControl.java119 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) { in setScrImageInfo()
H A DEclipseControl.java102 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) { in setScrImageInfo()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java269 Rect imageBounds = new Rect(bounds); in loadRegionBitmap() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java222 final float imageBounds = mIncreasedSize ? in updateIconScaleForNotifications() local