Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java +8 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,14 @@ public class PanelBar extends FrameLayout { } } public void setBouncerShowing(boolean showing) { if (mPanelHolder != null) { mPanelHolder.setImportantForAccessibility( showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS : IMPORTANT_FOR_ACCESSIBILITY_AUTO); } } public float getBarHeight() { return getMeasuredHeight(); } Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −0 Original line number Diff line number Diff line Loading @@ -3579,6 +3579,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, @Override public void setBouncerShowing(boolean bouncerShowing) { super.setBouncerShowing(bouncerShowing); mStatusBarView.setBouncerShowing(bouncerShowing); disable(mDisabledUnmodified1, mDisabledUnmodified2, true /* animate */); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelBar.java +8 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,14 @@ public class PanelBar extends FrameLayout { } } public void setBouncerShowing(boolean showing) { if (mPanelHolder != null) { mPanelHolder.setImportantForAccessibility( showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS : IMPORTANT_FOR_ACCESSIBILITY_AUTO); } } public float getBarHeight() { return getMeasuredHeight(); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −0 Original line number Diff line number Diff line Loading @@ -3579,6 +3579,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, @Override public void setBouncerShowing(boolean bouncerShowing) { super.setBouncerShowing(bouncerShowing); mStatusBarView.setBouncerShowing(bouncerShowing); disable(mDisabledUnmodified1, mDisabledUnmodified2, true /* animate */); } Loading