Loading packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarView.java +2 −1 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ public class NavigationBarView extends FrameLayout { private boolean mDeadZoneConsuming = false; private final NavigationBarTransitions mBarTransitions; private final OverviewProxyService mOverviewProxyService; @Nullable private AutoHideController mAutoHideController; // performs manual animation in sync with layout transitions Loading Loading @@ -316,7 +317,7 @@ public class NavigationBarView extends FrameLayout { }; private final Consumer<Boolean> mNavbarOverlayVisibilityChangeCallback = (visible) -> { if (visible) { if (visible && mAutoHideController != null) { mAutoHideController.touchAutoHide(); } notifyActiveTouchRegions(); Loading Loading
packages/SystemUI/src/com/android/systemui/navigationbar/NavigationBarView.java +2 −1 Original line number Diff line number Diff line Loading @@ -143,6 +143,7 @@ public class NavigationBarView extends FrameLayout { private boolean mDeadZoneConsuming = false; private final NavigationBarTransitions mBarTransitions; private final OverviewProxyService mOverviewProxyService; @Nullable private AutoHideController mAutoHideController; // performs manual animation in sync with layout transitions Loading Loading @@ -316,7 +317,7 @@ public class NavigationBarView extends FrameLayout { }; private final Consumer<Boolean> mNavbarOverlayVisibilityChangeCallback = (visible) -> { if (visible) { if (visible && mAutoHideController != null) { mAutoHideController.touchAutoHide(); } notifyActiveTouchRegions(); Loading