Searched defs:isChildInGroup (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java435 public boolean isChildInGroup() { method in class:ExpandableView
H A DNotificationContentView.java914 public void setIsChildInGroup(boolean isChildInGroup) { argument
915 mIsChildInGroup = isChildInGroup;
H A DExpandableNotificationRow.java193 if (isChildInGroup()) {
381 public boolean isChildInGroup() { method in class:ExpandableNotificationRow
390 * @param isChildInGroup Is this notification now in a group
393 public void setIsChildInGroup(boolean isChildInGroup, ExpandableNotificationRow parent) {; argument
394 boolean childInGroup = BaseStatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup;
408 || !isChildInGroup() || isGroupExpanded()) {
619 boolean normalChild = !isChildInGroup() || isGroupExpanded();
731 if (isChildInGroup()) {
1202 } else if ((isChildInGroup() && !isGroupExpanded())) {
1399 if (isChildInGroup()) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2375 private boolean isChildInGroup(View child) { method in class:NotificationStackScrollLayout
2492 if (isChildInGroup(requestedView)) {
2692 if (row.isChildInGroup()) {
3155 if (row.isChildInGroup()) {

Completed in 117 milliseconds