Searched refs:mLows (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java170 private int[] mLows; field in class:LevelListDrawable.LevelListState
178 mLows = orig.mLows;
181 mLows = new int[getCapacity()];
187 mLows = mLows.clone();
193 mLows[pos] = low;
198 final int[] lows = mLows;
223 System.arraycopy(mLows, 0, newInts, 0, oldSize);
224 mLows
[all...]

Completed in 31 milliseconds