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/notification/row/wrapper/
DNotificationHeaderViewWrapper.java120 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()
DNotificationViewWrapper.java287 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationClicker.java68 } else if (row.isChildInGroup() && isMenuVisible(row.getNotificationParent())) { in onClick()
DTransformState.java57 return !row.isChildInGroup();
68 } else if (row.isChildInGroup()) {
DActivityLaunchAnimator.java171 if (mSourceNotification.isChildInGroup()) { in onAnimationStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java372 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 …]
DActivatableNotificationView.java661 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()
DNotificationBlockingHelperManager.java93 && ((!row.isChildInGroup() || row.isOnlyChildInGroup()) in perhapsShowBlockingHelper()
DNotificationContentInflater.java368 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()
DExpandableView.java534 public boolean isChildInGroup() { in isChildInGroup() method in ExpandableView
DExpandableOutlineView.java409 if (isChildInGroup()) { in needsOutline()
DNotificationContentView.java1172 public void setIsChildInGroup(boolean isChildInGroup) { in setIsChildInGroup() argument
1173 mIsChildInGroup = isChildInGroup; in setIsChildInGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java166 if (row.isChildInGroup() && !row.areChildrenExpanded()) { in onMakeExpandedVisibleForRemoteInput()
DHeadsUpManagerPhone.java313 if (topEntry.isChildInGroup()) { in calculateTouchableRegion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java378 && !nextRow.isChildInGroup()) { in processAnimationEvents()
DStackScrollAlgorithm.java330 ? expandingNotification.isChildInGroup() in initAlgorithmState()
DNotificationStackScrollLayout.java1408 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/
DNotificationEntry.java753 public boolean isChildInGroup() { in isChildInGroup() method in NotificationEntry