Home | History | Annotate | Download | only in launcher2

Lines Matching refs:children

356         ArrayList<ShortcutInfo> children = info.contents;
358 setupContentForNumItems(children.size());
359 placeInReadingOrder(children);
361 for (int i = 0; i < children.size(); i++) {
362 ShortcutInfo child = (ShortcutInfo) children.get(i);
500 // recreate all the children if the data set changes under us. We may want to do this more