Loading packages/SystemUI/src/com/android/systemui/shade/domain/interactor/PanelExpansionInteractor.kt +2 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,8 @@ interface PanelExpansionInteractor { * Returns whether the shade height is greater than zero or the shade is expecting a synthesized * down event. */ @Deprecated("Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean @Deprecated("Legitimately deprecated and broken. Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean /** * This method should not be used anymore, you should probably use [.isShadeFullyOpen] instead. Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt +1 −2 Original line number Diff line number Diff line Loading @@ -353,8 +353,7 @@ constructor( // already expanded and showing notifications/QS, the animation looks really messy. For now, // disable it if the notification panel is expanded. if ( (!this::centralSurfaces.isInitialized || panelExpansionInteractorLazy.get().isPanelExpanded) && (!this::centralSurfaces.isInitialized || statusBarStateControllerImpl.isExpanded) && // Status bar might be expanded because we have started // playing the animation already !isAnimationPlaying() Loading Loading
packages/SystemUI/src/com/android/systemui/shade/domain/interactor/PanelExpansionInteractor.kt +2 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,8 @@ interface PanelExpansionInteractor { * Returns whether the shade height is greater than zero or the shade is expecting a synthesized * down event. */ @Deprecated("Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean @Deprecated("Legitimately deprecated and broken. Use ShadeInteractor.isAnyExpanded instead.") val isPanelExpanded: Boolean /** * This method should not be used anymore, you should probably use [.isShadeFullyOpen] instead. Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/UnlockedScreenOffAnimationController.kt +1 −2 Original line number Diff line number Diff line Loading @@ -353,8 +353,7 @@ constructor( // already expanded and showing notifications/QS, the animation looks really messy. For now, // disable it if the notification panel is expanded. if ( (!this::centralSurfaces.isInitialized || panelExpansionInteractorLazy.get().isPanelExpanded) && (!this::centralSurfaces.isInitialized || statusBarStateControllerImpl.isExpanded) && // Status bar might be expanded because we have started // playing the animation already !isAnimationPlaying() Loading