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.java148 public void setIsChildInGroup(boolean childInGroup) { in setIsChildInGroup() argument
149 if (childInGroup != mIsChildInGroup) { in setIsChildInGroup()
150 mIsChildInGroup = childInGroup; in setIsChildInGroup()
DExpandableNotificationRow.java842 boolean childInGroup = StatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;
848 mNotificationParent = childInGroup ? parent : null;
849 mPrivateLayout.setIsChildInGroup(childInGroup);
850 mNotificationInflater.setIsChildInGroup(childInGroup);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java1153 public int getPositionInLinearLayout(View childInGroup) {
1163 if (child == childInGroup) {
DNotificationStackScrollLayout.java3082 ExpandableNotificationRow childInGroup = null;
3087 childInGroup = (ExpandableNotificationRow) requestedView;
3088 requestedView = requestedRow = childInGroup.getNotificationParent();
3130 position += requestedRow.getPositionOfChild(childInGroup);