HomeSort by relevance Sort by last modified time
    Searched refs:mTwiceBaseCache (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/util/
ArraySet.java 69 static Object[] mTwiceBaseCache;
156 if (mTwiceBaseCache != null) {
157 final Object[] array = mTwiceBaseCache;
159 mTwiceBaseCache = (Object[])array[0];
192 array[0] = mTwiceBaseCache;
197 mTwiceBaseCache = array;
ArrayMap.java 73 static Object[] mTwiceBaseCache;
168 if (mTwiceBaseCache != null) {
169 final Object[] array = mTwiceBaseCache;
171 mTwiceBaseCache = (Object[])array[0];
204 array[0] = mTwiceBaseCache;
209 mTwiceBaseCache = array;
  /frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java 54 static Object[] mTwiceBaseCache;
140 if (mTwiceBaseCache != null) {
141 final Object[] array = mTwiceBaseCache;
143 mTwiceBaseCache = (Object[])array[0];
176 array[0] = mTwiceBaseCache;
181 mTwiceBaseCache = array;

Completed in 603 milliseconds