Searched refs:INITIAL_CAPACITY (Results 1 - 2 of 2) 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.java35 private static final int INITIAL_CAPACITY = 10; field in class:PointerTrackerQueue
37 CollectionUtils.newArrayList(INITIAL_CAPACITY);

Completed in 55 milliseconds