Home | History | Annotate | Download | only in ui

Lines Matching refs:fItemsArray

83 			Object[] fItemsArray=items.toArray();
84 Arrays.sort(fItemsArray,comparator);
88 int n = fItemsArray.length;
91 TimeLineGraphItem thisItem = (TimeLineGraphItem) fItemsArray[i];
229 Object[] fItemsArray=mainGroup.toArray();
230 Arrays.sort(fItemsArray,comparator);
238 TimeLineGraphItem thisItem = (TimeLineGraphItem) fItemsArray[i];
263 Object[] fItemsArray=items.toArray();
264 Arrays.sort(fItemsArray,comparator);
272 for (int i=0;i<fItemsArray.length;i++){
273 TimeLineGraphItem anItem=(TimeLineGraphItem)fItemsArray[i];