/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 120 mTransformLowPriorityTitle = !row.isChildInGroup() && !row.isSummaryWithChildren(); in onContentUpdated() 221 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument 222 super.setIsChildInGroup(isChildInGroup); in setIsChildInGroup() 223 mTransformLowPriorityTitle = !isChildInGroup; in setIsChildInGroup()
|
D | NotificationViewWrapper.java | 287 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 68 } else if (row.isChildInGroup() && isMenuVisible(row.getNotificationParent())) { in onClick()
|
D | TransformState.java | 57 return !row.isChildInGroup(); 68 } else if (row.isChildInGroup()) {
|
D | ActivityLaunchAnimator.java | 171 if (mSourceNotification.isChildInGroup()) { in onAnimationStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 372 if (isChildInGroup()) { in isGroupExpansionChanging() 822 public boolean isChildInGroup() { 841 public void setIsChildInGroup(boolean isChildInGroup, ExpandableNotificationRow parent) { 842 boolean childInGroup = StatusBar.ENABLE_CHILD_NOTIFICATIONS && isChildInGroup; 843 if (mExpandAnimationRunning && !isChildInGroup && mNotificationParent != null) { 867 || !isChildInGroup() || isGroupExpanded()) { 1116 boolean normalChild = !isChildInGroup() || isGroupExpanded(); 1352 if (isChildInGroup()) { 1382 mWasChildInGroupWhenRemoved = isChildInGroup(); 1383 if (isChildInGroup()) { [all …]
|
D | ActivatableNotificationView.java | 661 mBgAlpha = isChildInGroup() && mDimmed ? transformationAmount : 1f; in updateBackgroundAlpha() 680 final boolean dontShowDimmed = isGroupExpansionChanging() && isChildInGroup(); in updateBackground() 698 mBackgroundNormal.setBottomAmountClips(!isChildInGroup()); in updateBackgroundClipping() 699 mBackgroundDimmed.setBottomAmountClips(!isChildInGroup()); in updateBackgroundClipping()
|
D | NotificationBlockingHelperManager.java | 93 && ((!row.isChildInGroup() || row.isOnlyChildInGroup()) in perhapsShowBlockingHelper()
|
D | NotificationContentInflater.java | 368 Notification.Builder builder, boolean isLowPriority, boolean isChildInGroup, in createRemoteViews() argument 372 isLowPriority = isLowPriority && !isChildInGroup; in createRemoteViews() 862 boolean isChildInGroup, in AsyncInflationTask() argument 875 mIsChildInGroup = isChildInGroup; in AsyncInflationTask()
|
D | ExpandableView.java | 534 public boolean isChildInGroup() { in isChildInGroup() method in ExpandableView
|
D | ExpandableOutlineView.java | 409 if (isChildInGroup()) { in needsOutline()
|
D | NotificationContentView.java | 1172 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument 1173 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallback.java | 166 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
|
D | HeadsUpManagerPhone.java | 313 if (topEntry.isChildInGroup()) { in calculateTouchableRegion()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 378 && !nextRow.isChildInGroup()) { in processAnimationEvents()
|
D | StackScrollAlgorithm.java | 330 ? expandingNotification.isChildInGroup() in initAlgorithmState()
|
D | NotificationStackScrollLayout.java | 1408 if (row.isChildInGroup()) { 2932 private boolean isChildInGroup(View child) { 3086 if (isChildInGroup(requestedView)) { 3391 if (row.isChildInGroup()) { 4451 if (row.isChildInGroup()) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 753 public boolean isChildInGroup() { in isChildInGroup() method in NotificationEntry
|