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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java81 public static final int RECTANGLE = 0; field in class:GradientDrawable
179 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
200 * is honored only when the shape is of type {@link #RECTANGLE}.</p>
293 * {@link #OVAL}, {@link #RECTANGLE} or {@link #RING}
492 case RECTANGLE:
813 com.android.internal.R.styleable.GradientDrawable_shape, RECTANGLE);
1074 public int mShape = RECTANGLE;
1189 if (mShape != RECTANGLE) {

Completed in 103 milliseconds