Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DCompositeListAdapter.java33 private static final int INITIAL_CAPACITY = 2; field in CompositeListAdapter
60 this(INITIAL_CAPACITY); in CompositeListAdapter()
64 mAdapters = new ListAdapter[INITIAL_CAPACITY]; in CompositeListAdapter()
65 mCounts = new int[INITIAL_CAPACITY]; in CompositeListAdapter()
66 mViewTypeCounts = new int[INITIAL_CAPACITY]; in CompositeListAdapter()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DPointerTrackerQueue.java34 private static final int INITIAL_CAPACITY = 10; field in PointerTrackerQueue
38 new ArrayList<>(INITIAL_CAPACITY);
/packages/apps/Messaging/src/com/android/messaging/ui/
DCompositeAdapter.java30 private static final int INITIAL_CAPACITY = 2; field in CompositeAdapter
98 mPartitions = new Partition[INITIAL_CAPACITY]; in CompositeAdapter()