Searched refs:gradientColors (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 1266 final int[] gradientColors = st.mGradientColors; 1267 if (gradientColors != null) { 1309 gradientColors, st.mPositions, Shader.TileMode.CLAMP)); 1338 x0, y0, radius, gradientColors, null, Shader.TileMode.CLAMP)); 1343 int[] tempColors = gradientColors; 1348 final int length = gradientColors.length; 1352 System.arraycopy(gradientColors, 0, tempColors, 0, length); 1353 tempColors[length] = gradientColors[length - 1]; 1983 public GradientState(Orientation orientation, int[] gradientColors) { in GradientState() argument 1985 setGradientColors(gradientColors); in GradientState()
|