Loading packages/SystemUI/src/com/android/systemui/media/controls/ui/KeyguardMediaController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ constructor( } private fun updateResources() { useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources) useSplitShade = false // LargeScreenUtils.shouldUseSplitNotificationShade(context.resources) } @VisibleForTesting Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +0 −7 Original line number Diff line number Diff line Loading @@ -1593,13 +1593,6 @@ public final class NotificationPanelViewController implements Dumpable { @ClockSize private int computeDesiredClockSizeForSplitShade() { // Media is not visible to the user on AOD. boolean isMediaVisibleToUser = mMediaDataManager.hasActiveMediaOrRecommendation() && !isOnAod(); if (isMediaVisibleToUser) { // When media is visible, it overlaps with the large clock. Use small clock instead. return SMALL; } return LARGE; } Loading Loading
packages/SystemUI/src/com/android/systemui/media/controls/ui/KeyguardMediaController.kt +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ constructor( } private fun updateResources() { useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources) useSplitShade = false // LargeScreenUtils.shouldUseSplitNotificationShade(context.resources) } @VisibleForTesting Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +0 −7 Original line number Diff line number Diff line Loading @@ -1593,13 +1593,6 @@ public final class NotificationPanelViewController implements Dumpable { @ClockSize private int computeDesiredClockSizeForSplitShade() { // Media is not visible to the user on AOD. boolean isMediaVisibleToUser = mMediaDataManager.hasActiveMediaOrRecommendation() && !isOnAod(); if (isMediaVisibleToUser) { // When media is visible, it overlaps with the large clock. Use small clock instead. return SMALL; } return LARGE; } Loading