Home
last modified time | relevance | path

Searched refs:childInGroup (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java133 public void setIsChildInGroup(boolean childInGroup) { in setIsChildInGroup() argument
134 if (childInGroup != mIsChildInGroup) { in setIsChildInGroup()
135 mIsChildInGroup = childInGroup; in setIsChildInGroup()
DExpandableNotificationRow.java825 boolean childInGroup = StatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;
831 mNotificationParent = childInGroup ? parent : null;
832 mPrivateLayout.setIsChildInGroup(childInGroup);
833 mNotificationInflater.setIsChildInGroup(childInGroup);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1171 public int getPositionInLinearLayout(View childInGroup) {
1181 if (child == childInGroup) {
DNotificationStackScrollLayout.java3126 ExpandableNotificationRow childInGroup = null;
3131 childInGroup = (ExpandableNotificationRow) requestedView;
3132 requestedView = requestedRow = childInGroup.getNotificationParent();
3174 position += requestedRow.getPositionOfChild(childInGroup);