Home
last modified time | relevance | path

Searched refs:mTwiceBaseCache (Results 1 – 3 of 3) sorted by relevance

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