Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +0 −1 Original line number Diff line number Diff line Loading @@ -2603,7 +2603,6 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump return maxHeight; } @Override public boolean isExpandingOrCollapsing() { float lockscreenExpansionProgress = mQsController.getLockscreenShadeDragProgress(); return mIsExpandingOrCollapsing Loading packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −2 Original line number Diff line number Diff line Loading @@ -89,8 +89,7 @@ constructor( override fun isShadeFullyOpen(): Boolean = shadeInteractor.isAnyFullyExpanded.value override fun isExpandingOrCollapsing(): Boolean = shadeInteractor.anyExpansion.value > 0f && shadeInteractor.anyExpansion.value < 1f override fun isExpandingOrCollapsing(): Boolean = shadeInteractor.isUserInteracting.value override fun instantExpandShade() { // Do nothing Loading packages/SystemUI/src/com/android/systemui/shade/ShadeLockscreenInteractor.kt +0 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,6 @@ interface ShadeLockscreenInteractor { */ @Deprecated("Use ShadeInteractor instead") fun expandToNotifications() /** Returns whether the shade is expanding or collapsing itself or quick settings. */ val isExpandingOrCollapsing: Boolean /** * Returns whether the shade height is greater than zero (i.e. partially or fully expanded), * there is a HUN, the shade is animating, or the shade is instantly expanding. Loading packages/SystemUI/src/com/android/systemui/shade/ShadeViewController.kt +0 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,6 @@ import java.util.function.Consumer * @see NotificationPanelViewController */ interface ShadeViewController { /** Returns whether the shade is expanding or collapsing itself or quick settings. */ val isExpandingOrCollapsing: Boolean /** * Returns whether the shade height is greater than zero or the shade is expecting a synthesized * down event. Loading packages/SystemUI/src/com/android/systemui/shade/ShadeViewControllerEmptyImpl.kt +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ class ShadeViewControllerEmptyImpl @Inject constructor() : ShadeLockscreenInteractor, PanelExpansionInteractor { override fun expandToNotifications() {} override val isExpandingOrCollapsing: Boolean = false override val isExpanded: Boolean = false override val isPanelExpanded: Boolean = false override fun animateCollapseQs(fullyCollapse: Boolean) {} Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +0 −1 Original line number Diff line number Diff line Loading @@ -2603,7 +2603,6 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump return maxHeight; } @Override public boolean isExpandingOrCollapsing() { float lockscreenExpansionProgress = mQsController.getLockscreenShadeDragProgress(); return mIsExpandingOrCollapsing Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeControllerSceneImpl.kt +1 −2 Original line number Diff line number Diff line Loading @@ -89,8 +89,7 @@ constructor( override fun isShadeFullyOpen(): Boolean = shadeInteractor.isAnyFullyExpanded.value override fun isExpandingOrCollapsing(): Boolean = shadeInteractor.anyExpansion.value > 0f && shadeInteractor.anyExpansion.value < 1f override fun isExpandingOrCollapsing(): Boolean = shadeInteractor.isUserInteracting.value override fun instantExpandShade() { // Do nothing Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeLockscreenInteractor.kt +0 −3 Original line number Diff line number Diff line Loading @@ -27,9 +27,6 @@ interface ShadeLockscreenInteractor { */ @Deprecated("Use ShadeInteractor instead") fun expandToNotifications() /** Returns whether the shade is expanding or collapsing itself or quick settings. */ val isExpandingOrCollapsing: Boolean /** * Returns whether the shade height is greater than zero (i.e. partially or fully expanded), * there is a HUN, the shade is animating, or the shade is instantly expanding. Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeViewController.kt +0 −3 Original line number Diff line number Diff line Loading @@ -31,9 +31,6 @@ import java.util.function.Consumer * @see NotificationPanelViewController */ interface ShadeViewController { /** Returns whether the shade is expanding or collapsing itself or quick settings. */ val isExpandingOrCollapsing: Boolean /** * Returns whether the shade height is greater than zero or the shade is expecting a synthesized * down event. Loading
packages/SystemUI/src/com/android/systemui/shade/ShadeViewControllerEmptyImpl.kt +0 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,6 @@ class ShadeViewControllerEmptyImpl @Inject constructor() : ShadeLockscreenInteractor, PanelExpansionInteractor { override fun expandToNotifications() {} override val isExpandingOrCollapsing: Boolean = false override val isExpanded: Boolean = false override val isPanelExpanded: Boolean = false override fun animateCollapseQs(fullyCollapse: Boolean) {} Loading