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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java124 public static final int LINEAR_GRADIENT = 0; field in class:GradientDrawable
137 @IntDef({LINEAR_GRADIENT, RADIAL_GRADIENT, SWEEP_GRADIENT})
454 * @param gradient The type of the gradient: {@link #LINEAR_GRADIENT},
468 * {@link #LINEAR_GRADIENT}, {@link #RADIAL_GRADIENT}, or
568 * <li>{@link #LINEAR_GRADIENT} adjusts the ending position along the
1122 if (st.mGradient == LINEAR_GRADIENT) {
1596 if (st.mGradient == LINEAR_GRADIENT) {
1797 public @GradientType int mGradient = LINEAR_GRADIENT;

Completed in 43 milliseconds