Searched refs:getCropRect (Results 1 – 7 of 7) sorted by relevance
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
214 public Rect getCropRect() { in getCropRect() method in TestWallpaperPersister
371 Rect cropRect = mWallpaperPersister.getCropRect(); in testClickSetWallpaper_CropsAndScalesWallpaper()