Searched refs:EMPTY_OBJECTS (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
H A DContainerHelpers.java22 static final Object[] EMPTY_OBJECTS = new Object[0]; field in class:ContainerHelpers
H A DSimpleArrayMap.java210 mArray = ContainerHelpers.EMPTY_OBJECTS;
220 mArray = ContainerHelpers.EMPTY_OBJECTS;
244 mArray = ContainerHelpers.EMPTY_OBJECTS;
471 mArray = ContainerHelpers.EMPTY_OBJECTS;
H A DLongSparseArray.java68 mValues = ContainerHelpers.EMPTY_OBJECTS;
H A DSparseArrayCompat.java48 mValues = ContainerHelpers.EMPTY_OBJECTS;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java50 mValues = ContainerHelpers.EMPTY_OBJECTS;
437 static final Object[] EMPTY_OBJECTS = new Object[0]; field in class:PositionMap.ContainerHelpers

Completed in 89 milliseconds