Lines Matching defs:mChildren

65     private final List<ExpandableNotificationRow> mChildren = new ArrayList<>();
133 int childCount = Math.min(mChildren.size(), NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED);
135 View child = mChildren.get(i);
180 int childCount = Math.min(mChildren.size(), NUMBER_OF_CHILDREN_WHEN_CHILDREN_EXPANDED);
184 ExpandableNotificationRow child = mChildren.get(i);
238 int newIndex = childIndex < 0 ? mChildren.size() : childIndex;
239 mChildren.add(newIndex, row);
252 int childIndex = mChildren.indexOf(row);
253 mChildren.remove(row);
278 return mChildren.size();
371 int childCount = mChildren.size();
409 return mChildren;
427 for (int i = 0; i < mChildren.size() && i < childOrder.size(); i++) {
428 ExpandableNotificationRow child = mChildren.get(i);
432 mChildren.remove(desiredChild);
433 mChildren.add(i, desiredChild);
449 int size = mChildren.size();
451 ExpandableNotificationRow child = mChildren.get(i);
475 int childCount = mChildren.size();
506 ExpandableNotificationRow child = mChildren.get(i);
526 int childCount = mChildren.size();
542 ExpandableNotificationRow child = mChildren.get(i);
590 ExpandableNotificationRow overflowView = mChildren.get(Math.min(
673 int childCount = mChildren.size();
682 ExpandableNotificationRow child = mChildren.get(i);
712 int childCount = mChildren.size();
715 ExpandableNotificationRow child = mChildren.get(i);
750 int childCount = mChildren.size();
756 ExpandableNotificationRow child = mChildren.get(i);
793 final int count = mChildren.size();
795 ExpandableNotificationRow slidingChild = mChildren.get(childIdx);
812 final int count = mChildren.size();
814 ExpandableNotificationRow child = mChildren.get(childIdx);
923 int childCount = mChildren.size();
928 ExpandableNotificationRow child = mChildren.get(i);
985 int childCount = mChildren.size();
990 ExpandableNotificationRow child = mChildren.get(i);
1012 int childCount = mChildren.size();
1014 ExpandableNotificationRow child = mChildren.get(i);
1047 int childCount = mChildren.size();
1053 ExpandableNotificationRow child = mChildren.get(i);
1087 int childCount = mChildren.size();
1097 ExpandableNotificationRow child = mChildren.get(i);
1150 int childCount = mChildren.size();
1152 ExpandableNotificationRow child = mChildren.get(i);
1166 for (int i = 0; i < mChildren.size(); i++) {
1167 ExpandableNotificationRow child = mChildren.get(i);