Searched refs:offsetList (Results 1 – 1 of 1) sorted by relevance
324 float[] offsetList = new float[20]; in inflateChildElements() local325 int[] colorList = new int[offsetList.length]; in inflateChildElements()326 int[][] themeAttrsList = new int[offsetList.length][]; in inflateChildElements()367 offsetList = GrowingArrayUtils.append(offsetList, listSize, offset); in inflateChildElements()382 System.arraycopy(offsetList, 0, mItemOffsets, 0, listSize); in inflateChildElements()