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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java116 public static final int RADIAL_GRADIENT = 1; field in class:GradientDrawable
385 * {@link #RADIAL_GRADIENT} or {@link #SWEEP_GRADIENT}
397 * the gradient type is set to {@link #RADIAL_GRADIENT} or {@link #SWEEP_GRADIENT}.</p>
416 * gradient type is set to {@link #RADIAL_GRADIENT}.</p>
434 * when the gradient type is set to {@link #RADIAL_GRADIENT}.
439 if (mGradientState.mGradient != RADIAL_GRADIENT) {
944 } else if (st.mGradient == RADIAL_GRADIENT) {
1436 } else if (st.mGradient == RADIAL_GRADIENT) {

Completed in 40 milliseconds