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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java106 public static final int RADIAL_GRADIENT = 1; field in class:GradientDrawable
311 * {@link #RADIAL_GRADIENT} or {@link #SWEEP_GRADIENT}
323 * the gradient type is set to {@link #RADIAL_GRADIENT} or {@link #SWEEP_GRADIENT}.</p>
342 * gradient type is set to {@link #RADIAL_GRADIENT}.</p>
748 } else if (st.mGradient == RADIAL_GRADIENT) {
937 } else if (gradientType == RADIAL_GRADIENT) {

Completed in 90 milliseconds