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

/frameworks/base/core/java/android/util/
H A DArrayMap.java75 static Object[] mTwiceBaseCache; field in class:ArrayMap
170 if (mTwiceBaseCache != null) {
171 final Object[] array = mTwiceBaseCache;
173 mTwiceBaseCache = (Object[])array[0];
206 array[0] = mTwiceBaseCache;
211 mTwiceBaseCache = array;
H A DArraySet.java71 static Object[] mTwiceBaseCache; field in class:ArraySet
158 if (mTwiceBaseCache != null) {
159 final Object[] array = mTwiceBaseCache;
161 mTwiceBaseCache = (Object[])array[0];
194 array[0] = mTwiceBaseCache;
199 mTwiceBaseCache = array;
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java54 static Object[] mTwiceBaseCache; field in class:SimpleArrayMap
140 if (mTwiceBaseCache != null) {
141 final Object[] array = mTwiceBaseCache;
143 mTwiceBaseCache = (Object[])array[0];
176 array[0] = mTwiceBaseCache;
181 mTwiceBaseCache = array;

Completed in 43 milliseconds