Home | History | Annotate | Download | only in drawable

Lines Matching defs:mLows

176         private int[] mLows;
184 mLows = orig.mLows;
187 mLows = new int[getCapacity()];
193 mLows = mLows.clone();
199 mLows[pos] = low;
204 final int[] lows = mLows;
229 System.arraycopy(mLows, 0, newInts, 0, oldSize);
230 mLows = newInts;