Home
last modified time | relevance | path

Searched refs:setIsChildInGroup (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java375 row.setIsChildInGroup(true, this);
383 row.setIsChildInGroup(false, null);
398 public void setIsChildInGroup(boolean isChildInGroup, ExpandableNotificationRow parent) {;
401 mPrivateLayout.setIsChildInGroup(childInGroup);
721 row.setIsChildInGroup(false, null);
DNotificationContentView.java916 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() method in NotificationContentView