Home
last modified time | relevance | path

Searched refs:getCropBoundaries (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java395 Rect bounds = mCropView.getCropBoundaries(drawable.getIntrinsicWidth(), in startExport()
479 Rect boundaries = mCropView.getCropBoundaries(imageWidth, imageHeight); in updateImageDimensions()
H A DCropView.java350 public Rect getCropBoundaries(int imageWidth, int imageHeight) { in getCropBoundaries() method in CropView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java241 Rect bounds = mCropView.getCropBoundaries(drawable.getIntrinsicWidth(), in saveScreenshotThenFinish()