Searched refs:setCropRect (Results 1 – 3 of 3) sorted by relevance
51 public void setCropRect(Rect cropRect) { in setCropRect() method in ForwardingImageProxy52 mImpl.setCropRect(cropRect); in setCropRect()
143 public void setCropRect(Rect cropRect) { in setCropRect() method in AndroidImageProxy147 mImage.setCropRect(cropRect); in setCropRect()
74 public void setCropRect(Rect cropRect); in setCropRect() method