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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java768 tempColors = st.mTempColors;
771 tempColors = st.mTempColors = new int[length + 1];
1078 public int[] mTempColors; // no need to copy field in class:GradientDrawable.GradientState

Completed in 53 milliseconds