Home
last modified time | relevance | path

Searched refs:isChildInGroup (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java186 boolean isChildInGroup = mGroupManager.isChildInGroupWithSummary(ent.getSbn()); in updateNotificationViews()
195 boolean wasChildInGroup = ent.isChildInGroup(); in updateNotificationViews()
196 if (isChildInGroup && !wasChildInGroup) { in updateNotificationViews()
197 isChildInGroup = wasChildInGroup; in updateNotificationViews()
200 } else if (!isChildInGroup && wasChildInGroup) { in updateNotificationViews()
203 isChildInGroup = wasChildInGroup; in updateNotificationViews()
211 if (isChildInGroup) { in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java169 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren(); in onContentUpdated()
369 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
370 super.setIsChildInGroup(isChildInGroup); in setIsChildInGroup()
371 mTransformLowPriorityTitle = !isChildInGroup; in setIsChildInGroup()
DNotificationViewWrapper.java332 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java380 if (isChildInGroup()) { in isGroupExpansionChanging()
829 public boolean isChildInGroup() {
848 public void setIsChildInGroup(boolean isChildInGroup, ExpandableNotificationRow parent) {
849 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) {
854 mNotificationParent = isChildInGroup ? parent : null;
855 mPrivateLayout.setIsChildInGroup(isChildInGroup);
873 || !isChildInGroup() || isGroupExpanded()) {
1110 boolean normalChild = !isChildInGroup() || isGroupExpanded();
1345 if (isChildInGroup()) {
1371 mWasChildInGroupWhenRemoved = isChildInGroup();
[all …]
DActivatableNotificationView.java571 float bgAlpha = isChildInGroup() && mDimmed ? transformationAmount : 1f; in updateBackgroundAlpha()
590 final boolean dontShowDimmed = isGroupExpansionChanging() && isChildInGroup(); in updateBackground()
607 mBackgroundNormal.setBottomAmountClips(!isChildInGroup()); in updateBackgroundClipping()
608 mBackgroundDimmed.setBottomAmountClips(!isChildInGroup()); in updateBackgroundClipping()
DNotificationBlockingHelperManager.java98 && ((!row.isChildInGroup() || row.isOnlyChildInGroup()) in perhapsShowBlockingHelper()
DExpandableOutlineView.java384 if (isChildInGroup()) { in needsOutline()
DExpandableView.java568 public boolean isChildInGroup() { in isChildInGroup() method in ExpandableView
DNotificationContentView.java1132 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
1133 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java76 } else if (row.isChildInGroup() && isMenuVisible(row.getNotificationParent())) { in onClick()
DTransformState.java57 return !row.isChildInGroup();
68 } else if (row.isChildInGroup()) {
DActivityLaunchAnimator.java184 if (mSourceNotification.isChildInGroup()) { in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java752 public boolean isChildInGroup() { in isChildInGroup() method in NotificationEntry
753 return row != null && row.isChildInGroup(); in isChildInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java183 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
DHeadsUpManagerPhone.java166 if (topEntry.isChildInGroup()) { in getTouchableRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java379 && !nextRow.isChildInGroup()) { in processAnimationEvents()
DStackScrollAlgorithm.java317 ? expandingNotification.isChildInGroup() in initAlgorithmState()
DNotificationStackScrollLayout.java1532 if (row.isChildInGroup()) {
3111 private boolean isChildInGroup(View child) {
3265 if (isChildInGroup(requestedView)) {
3589 if (row.isChildInGroup()) {
4668 if (row.isChildInGroup()) {