Loading packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java +5 −0 Original line number Diff line number Diff line Loading @@ -972,6 +972,11 @@ public class KeyguardHostView extends KeyguardViewBase { mAppWidgetContainer.setVisibility( isSimOrAccount && fullScreenEnabled ? View.GONE : View.VISIBLE); // Don't show camera or search in navbar when SIM or Account screen is showing setSystemUiVisibility(isSimOrAccount ? (getSystemUiVisibility() | View.STATUS_BAR_DISABLE_SEARCH) : (getSystemUiVisibility() & ~View.STATUS_BAR_DISABLE_SEARCH)); if (mSlidingChallengeLayout != null) { mSlidingChallengeLayout.setChallengeInteractive(!fullScreenEnabled); } Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java +5 −0 Original line number Diff line number Diff line Loading @@ -972,6 +972,11 @@ public class KeyguardHostView extends KeyguardViewBase { mAppWidgetContainer.setVisibility( isSimOrAccount && fullScreenEnabled ? View.GONE : View.VISIBLE); // Don't show camera or search in navbar when SIM or Account screen is showing setSystemUiVisibility(isSimOrAccount ? (getSystemUiVisibility() | View.STATUS_BAR_DISABLE_SEARCH) : (getSystemUiVisibility() & ~View.STATUS_BAR_DISABLE_SEARCH)); if (mSlidingChallengeLayout != null) { mSlidingChallengeLayout.setChallengeInteractive(!fullScreenEnabled); } Loading