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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java133 public static final int SWEEP_GRADIENT = 2; field in class:GradientDrawable
136 @IntDef({LINEAR_GRADIENT, RADIAL_GRADIENT, SWEEP_GRADIENT})
454 * {@link #RADIAL_GRADIENT} or {@link #SWEEP_GRADIENT}
468 * {@link #SWEEP_GRADIENT}.
570 * <li>{@link #SWEEP_GRADIENT} adjusts the ending angle
1171 } else if (st.mGradient == SWEEP_GRADIENT) {

Completed in 66 milliseconds