Searched refs:getCropRect (Results 1 – 9 of 9) sorted by relevance
21 import com.android.wallpaper.picker.preview.ui.util.FullResImageViewUtil.getCropRect32 onNewCrop.invoke(getCropRect(), scale) in setOnNewCropListener()36 onNewCrop.invoke(getCropRect(), scale) in setOnNewCropListener()
79 fun SubsamplingScaleImageView.getCropRect() = Rect().apply { visibleFileRect(this) } in <lambda>() method
44 public Rect getCropRect() { in getCropRect() method in ForwardingImageProxy45 return mImpl.getCropRect(); in getCropRect()
128 public Rect getCropRect() { in getCropRect() method in AndroidImageProxy131 mCropRect = mImage.getCropRect(); in getCropRect()
69 public Rect getCropRect(); in getCropRect() method
234 Rect srcRect = mCrop.getCropRect(); in onSaveClicked()253 Rect r = mCrop.getCropRect(); in onSaveClicked()349 extras.putString("rect", mCrop.getCropRect().toString()); in saveOutput()
349 public Rect getCropRect() { in getCropRect() method in HighlightView
207 public Rect getCropRect() { in getCropRect() method in TestWallpaperPersister
411 Rect cropRect = mWallpaperPersister.getCropRect(); in testClickSetWallpaper_CropsAndScalesWallpaper()