Searched refs:offsetList (Results 1 – 1 of 1) sorted by relevance
329 float[] offsetList = new float[20]; in inflateChildElements() local330 int[] colorList = new int[offsetList.length]; in inflateChildElements()331 int[][] themeAttrsList = new int[offsetList.length][]; in inflateChildElements()372 offsetList = GrowingArrayUtils.append(offsetList, listSize, offset); in inflateChildElements()387 System.arraycopy(offsetList, 0, mItemOffsets, 0, listSize); in inflateChildElements()