Home
last modified time | relevance | path

Searched refs:EMPTY_OBJECTS (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/collection/src/main/java/androidx/collection/
DSimpleArrayMap.java235 mArray = ContainerHelpers.EMPTY_OBJECTS; in SimpleArrayMap()
245 mArray = ContainerHelpers.EMPTY_OBJECTS; in SimpleArrayMap()
271 mArray = ContainerHelpers.EMPTY_OBJECTS; in clear()
519 mArray = ContainerHelpers.EMPTY_OBJECTS; in removeAt()
DContainerHelpers.java22 static final Object[] EMPTY_OBJECTS = new Object[0]; field in ContainerHelpers
DLongSparseArray.java68 mValues = ContainerHelpers.EMPTY_OBJECTS; in LongSparseArray()
DSparseArrayCompat.java72 mValues = ContainerHelpers.EMPTY_OBJECTS; in SparseArrayCompat()