Searched refs:mMaxBytes (Results 1 – 1 of 1) sorted by relevance
29 private int mMaxBytes = 128; field in ByteArrayList37 mStorage = new byte[mMaxBytes]; in ByteArrayList()83 } else if (minCapacity <= mMaxBytes) { in ensureCapacity()87 int curSize = mMaxBytes; in ensureCapacity()115 mMaxBytes = size; in setSize()274 return mMaxBytes; in getMaxSize()