Home
last modified time | relevance | path

Searched refs:sTwiceBaseCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
DArraySet.java69 static Object[] sTwiceBaseCache; field in ArraySet
157 if (sTwiceBaseCache != null) { in allocArrays()
158 final Object[] array = sTwiceBaseCache; in allocArrays()
161 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()
176 sTwiceBaseCache = null; in allocArrays()
215 array[0] = sTwiceBaseCache; in freeArrays()
220 sTwiceBaseCache = array; in freeArrays()
/frameworks/support/compat/java/android/support/v4/util/
DArraySet.java74 static Object[] sTwiceBaseCache; field in ArraySet
163 if (sTwiceBaseCache != null) { in allocArrays()
164 final Object[] array = sTwiceBaseCache; in allocArrays()
166 sTwiceBaseCache = (Object[]) array[0]; in allocArrays()
204 array[0] = sTwiceBaseCache; in freeArrays()
209 sTwiceBaseCache = array; in freeArrays()