Searched refs:MIN_CAPACITY (Results 1 – 1 of 1) sorted by relevance
51 private static final int MIN_CAPACITY = 8; field in UnknownFieldSetLite114 this(0, new int[MIN_CAPACITY], new Object[MIN_CAPACITY], true /* isMutable */); in UnknownFieldSetLite()284 int increment = count < (MIN_CAPACITY / 2) ? MIN_CAPACITY : count >> 1; in ensureCapacity()