Searched refs:INITIAL_SIZE (Results 1 – 4 of 4) sorted by relevance
24 private static final int INITIAL_SIZE = 50; field in RollingBuffer35 mSize = INITIAL_SIZE; in RollingBuffer()36 mTimes = new long[INITIAL_SIZE]; in RollingBuffer()37 mValues = new float[INITIAL_SIZE]; in RollingBuffer()
162 mKeys = new int[INITIAL_SIZE]; in ensureBufferSize()165 mCoordinates = new float[INITIAL_SIZE * 4]; in ensureBufferSize()168 mFlagsArray = new int[INITIAL_SIZE]; in ensureBufferSize()222 private static int INITIAL_SIZE = 16; field in SparseRectFArray.SparseRectFArrayBuilder
1435 private static final int INITIAL_SIZE = 16;1437 public int[] breaks = new int[INITIAL_SIZE];1439 public float[] widths = new float[INITIAL_SIZE];1441 public float[] ascents = new float[INITIAL_SIZE];1443 public float[] descents = new float[INITIAL_SIZE];1445 public int[] flags = new int[INITIAL_SIZE]; // hasTab
75777 Landroid/text/StaticLayout$LineBreaks;->INITIAL_SIZE:I80414 Landroid/view/inputmethod/SparseRectFArray$SparseRectFArrayBuilder;->INITIAL_SIZE:I