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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java 84 public void setIsChildInGroup(boolean childInGroup) {
85 if (childInGroup != mIsChildInGroup) {
86 mIsChildInGroup = childInGroup;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 505 boolean childInGroup = StatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;
506 mNotificationParent = childInGroup ? parent : null;
507 mPrivateLayout.setIsChildInGroup(childInGroup);
508 mNotificationInflater.setIsChildInGroup(childInGroup);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java     [all...]
NotificationStackScrollLayout.java     [all...]

Completed in 919 milliseconds