Searched defs:RECTANGLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java91 public static final int RECTANGLE = 0; field in class:GradientDrawable
204 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
225 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
367 * {@link #OVAL}, {@link #RECTANGLE} or {@link #RING}
585 case RECTANGLE:
1511 case RECTANGLE:
1565 public int mShape = RECTANGLE;
1743 mOpaqueOverBounds = mShape == RECTANGLE

Completed in 71 milliseconds