Searched refs:getCropRect (Results 1 – 5 of 5) sorted by relevance
43 public Rect getCropRect() { in getCropRect() method in ForwardingImageProxy44 return mImpl.getCropRect(); in getCropRect()
127 public Rect getCropRect() { in getCropRect() method in AndroidImageProxy130 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