HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_COLORS_AND_POSITIONS (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 25 private static final int TYPE_COLORS_AND_POSITIONS = 1;
29 * Type of the LinearGradient: can be either TYPE_COLORS_AND_POSITIONS or
64 mType = TYPE_COLORS_AND_POSITIONS;
91 if (mType == TYPE_COLORS_AND_POSITIONS) {
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
LinearGradient.java 25 private static final int TYPE_COLORS_AND_POSITIONS = 1;
29 * Type of the LinearGradient: can be either TYPE_COLORS_AND_POSITIONS or
66 mType = TYPE_COLORS_AND_POSITIONS;
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
119 if (mType == TYPE_COLORS_AND_POSITIONS) {
RadialGradient.java 25 private static final int TYPE_COLORS_AND_POSITIONS = 1;
29 * Type of the RadialGradient: can be either TYPE_COLORS_AND_POSITIONS or
69 mType = TYPE_COLORS_AND_POSITIONS;
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
119 if (mType == TYPE_COLORS_AND_POSITIONS) {

Completed in 50 milliseconds