Searched refs:INITIAL_CAPACITY (Results 1 – 3 of 3) sorted by relevance
33 private static final int INITIAL_CAPACITY = 2; field in CompositeListAdapter60 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()
34 private static final int INITIAL_CAPACITY = 10; field in PointerTrackerQueue38 new ArrayList<>(INITIAL_CAPACITY);
30 private static final int INITIAL_CAPACITY = 2; field in CompositeAdapter98 mPartitions = new Partition[INITIAL_CAPACITY]; in CompositeAdapter()