Loading packages/SystemUI/src/com/android/systemui/model/SysUiState.java +5 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,11 @@ public class SysUiState implements Dumpable { mCallbacks.remove(callback); } /** Returns the current sysui state flags. */ public int getFlags() { return mFlags; } /** Methods to this call can be chained together before calling {@link #commitUpdate(int)}. */ public SysUiState setFlag(int flag, boolean enabled) { if (enabled) { Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -495,8 +495,9 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis } dispatchNavButtonBounds(); // Update the systemui state flags // Force-update the systemui state flags updateSystemUiStateFlags(); notifySystemUiStateFlags(mSysUiState.getFlags()); notifyConnectionChanged(); } Loading Loading
packages/SystemUI/src/com/android/systemui/model/SysUiState.java +5 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,11 @@ public class SysUiState implements Dumpable { mCallbacks.remove(callback); } /** Returns the current sysui state flags. */ public int getFlags() { return mFlags; } /** Methods to this call can be chained together before calling {@link #commitUpdate(int)}. */ public SysUiState setFlag(int flag, boolean enabled) { if (enabled) { Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -495,8 +495,9 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis } dispatchNavButtonBounds(); // Update the systemui state flags // Force-update the systemui state flags updateSystemUiStateFlags(); notifySystemUiStateFlags(mSysUiState.getFlags()); notifyConnectionChanged(); } Loading