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

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

Completed in 35 milliseconds