HomeSort by relevance Sort by last modified time
    Searched refs:notificationChildren (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 223 List<ExpandableNotificationRow> notificationChildren =
225 for (int i = 0; i < notificationChildren.size(); i++) {
226 ExpandableNotificationRow child = notificationChildren.get(i);
563 List<ExpandableNotificationRow> notificationChildren =
565 for (int i = 0; i < notificationChildren.size(); i++) {
566 ExpandableNotificationRow child = notificationChildren.get(i);
702 List<ExpandableNotificationRow> notificationChildren
704 ArrayList<ExpandableNotificationRow> clonedList = new ArrayList<>(notificationChildren);
719 List<ExpandableNotificationRow> notificationChildren = getNotificationChildren();
720 for (ExpandableNotificationRow child : notificationChildren) {
    [all...]
NotificationHeaderUtil.java 135 List<ExpandableNotificationRow> notificationChildren = mRow.getNotificationChildren();
136 if (notificationChildren == null) {
145 for (int i = 0; i < notificationChildren.size(); i++) {
146 ExpandableNotificationRow row = notificationChildren.get(i);
153 for (int i = 0; i < notificationChildren.size(); i++) {
154 ExpandableNotificationRow row = notificationChildren.get(i);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 194 milliseconds