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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java89 public static final int RECTANGLE = 0; field in class:GradientDrawable
202 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
223 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
365 * {@link #OVAL}, {@link #RECTANGLE} or {@link #RING}
581 case RECTANGLE:
1481 case RECTANGLE:
1535 public int mShape = RECTANGLE;
1703 mOpaqueOverBounds = mShape == RECTANGLE

Completed in 1018 milliseconds