Lines Matching defs:mChildren

66     private final List<ExpandableNotificationRow> mChildren = new ArrayList<>();
149 int childCount = Math.min(mChildren.size(), NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED);
151 View child = mChildren.get(i);
196 int childCount = Math.min(mChildren.size(), NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED);
200 ExpandableNotificationRow child = mChildren.get(i);
254 int newIndex = childIndex < 0 ? mChildren.size() : childIndex;
255 mChildren.add(newIndex, row);
268 int childIndex = mChildren.indexOf(row);
269 mChildren.remove(row);
294 return mChildren.size();
387 int childCount = mChildren.size();
425 return mChildren;
443 for (int i = 0; i < mChildren.size() && i < childOrder.size(); i++) {
444 ExpandableNotificationRow child = mChildren.get(i);
448 mChildren.remove(desiredChild);
449 mChildren.add(i, desiredChild);
465 int size = mChildren.size();
467 ExpandableNotificationRow child = mChildren.get(i);
491 int childCount = mChildren.size();
522 ExpandableNotificationRow child = mChildren.get(i);
542 int childCount = mChildren.size();
558 ExpandableNotificationRow child = mChildren.get(i);
607 ExpandableNotificationRow overflowView = mChildren.get(Math.min(
690 int childCount = mChildren.size();
701 ExpandableNotificationRow child = mChildren.get(i);
731 int childCount = mChildren.size();
734 ExpandableNotificationRow child = mChildren.get(i);
769 int childCount = mChildren.size();
777 ExpandableNotificationRow child = mChildren.get(i);
814 final int count = mChildren.size();
816 ExpandableNotificationRow slidingChild = mChildren.get(childIdx);
833 final int count = mChildren.size();
835 ExpandableNotificationRow child = mChildren.get(childIdx);
944 int childCount = mChildren.size();
949 ExpandableNotificationRow child = mChildren.get(i);
1006 int childCount = mChildren.size();
1011 ExpandableNotificationRow child = mChildren.get(i);
1033 int childCount = mChildren.size();
1035 ExpandableNotificationRow child = mChildren.get(i);
1068 int childCount = mChildren.size();
1074 ExpandableNotificationRow child = mChildren.get(i);
1108 int childCount = mChildren.size();
1118 ExpandableNotificationRow child = mChildren.get(i);
1171 int childCount = mChildren.size();
1173 ExpandableNotificationRow child = mChildren.get(i);
1187 for (int i = 0; i < mChildren.size(); i++) {
1188 ExpandableNotificationRow child = mChildren.get(i);