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

/frameworks/support/compat/java/android/support/v4/util/
H A DSimpleArrayMap.java67 static Object[] mTwiceBaseCache; field in class:SimpleArrayMap
166 if (mTwiceBaseCache != null) {
167 final Object[] array = mTwiceBaseCache;
169 mTwiceBaseCache = (Object[])array[0];
203 array[0] = mTwiceBaseCache;
208 mTwiceBaseCache = array;
/frameworks/base/core/java/android/util/
H A DArrayMap.java93 static Object[] mTwiceBaseCache; field in class:ArrayMap
196 if (mTwiceBaseCache != null) {
197 final Object[] array = mTwiceBaseCache;
199 mTwiceBaseCache = (Object[])array[0];
232 array[0] = mTwiceBaseCache;
237 mTwiceBaseCache = array;

Completed in 86 milliseconds