Searched defs:INITIAL_CAPACITY (Results 1 - 3 of 3) sorted by relevance

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

Completed in 167 milliseconds