Home | History | Annotate | Download | only in items

Lines Matching refs:mChildren

59     private List<ItemHierarchy> mChildren = new ArrayList<>();
62 * A mapping from the index of an item hierarchy in mChildren, to the first position in which
107 mChildren.add(child);
119 if (mChildren.remove(child)) {
131 if (mChildren.size() == 0) {
135 for (ItemHierarchy item : mChildren) {
138 mChildren.clear();
151 ItemHierarchy item = mChildren.get(itemIndex);
172 for (ItemHierarchy child : mChildren) {
188 for (int itemIndex = 0; itemIndex < mChildren.size(); itemIndex++) {
189 ItemHierarchy item = mChildren.get(itemIndex);