Home | History | Annotate | Download | only in phone

Lines Matching refs:numChildren

1447         int numChildren = mStackScroller.getChildCount();
1449 final ArrayList<View> viewsToHide = new ArrayList<View>(numChildren);
1450 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren);
1451 for (int i = 0; i < numChildren; i++) {
6453 final int numChildren = childrenRows.size();
6454 for (int i = 0; i < numChildren; i++) {