Searched refs:circular (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java292 * Sets the image shape to circular.
295 public void setCircular(boolean circular) { argument
296 mIsCircular = circular;
298 if (circular) {
313 * @return <code>true</code> if the image is circular, else <code>false</code>.

Completed in 78 milliseconds