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

/frameworks/support/wear/src/android/support/wear/utils/
H A DMetadataConstants.java101 * to assign a non-circular preview image to the watch face. The value should be set to
115 * to assign a circular preview image to the watch face. The value should be set to
174 * @param circular Whether to return the circular or regular preview.
179 public static int getPreviewDrawableResourceId(Context context, boolean circular) { argument
184 return circular
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java296 * Sets the image shape to circular.
299 public void setCircular(boolean circular) { argument
300 mIsCircular = circular;
302 if (circular) {
317 * @return <code>true</code> if the image is circular, else <code>false</code>.

Completed in 105 milliseconds