Home | History | Annotate | Download | only in launcher2

Lines Matching refs:children

316         ArrayList<ShortcutInfo> children = info.contents;
318 setupContentForNumItems(children.size());
320 for (int i = 0; i < children.size(); i++) {
321 ShortcutInfo child = (ShortcutInfo) children.get(i);
506 // recreate all the children if the data set changes under us. We may want to do this more