Searched defs:INITIAL_CAPACITY (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java48 private final static int INITIAL_CAPACITY = 64; field in class:SerializedFrame
175 mByteOutputStream = new DirectByteOutputStream(INITIAL_CAPACITY);
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java30 private static final int INITIAL_CAPACITY = 2; field in class:CompositeCursorAdapter
66 this(context, INITIAL_CAPACITY);
71 mPartitions = new Partition[INITIAL_CAPACITY];

Completed in 42 milliseconds