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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java989 tempPositions = st.mTempPositions;
992 tempPositions = st.mTempPositions = new float[length + 1];
1573 public float[] mTempPositions; // no need to copy field in class:GradientDrawable.GradientState

Completed in 69 milliseconds