Loading packages/SystemUI/src/com/android/keyguard/KeyguardPasswordViewController.java +6 −2 Original line number Diff line number Diff line Loading @@ -228,13 +228,17 @@ public class KeyguardPasswordViewController super.onPause(); }); } if (mPasswordEntry.isAttachedToWindow()) { mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); } } @Override public void onStartingToHide() { if (mPasswordEntry.isAttachedToWindow()) { mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); } } private void updateSwitchImeButton() { // If there's more than one IME, enable the IME switcher button Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardPasswordViewController.java +6 −2 Original line number Diff line number Diff line Loading @@ -228,13 +228,17 @@ public class KeyguardPasswordViewController super.onPause(); }); } if (mPasswordEntry.isAttachedToWindow()) { mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); } } @Override public void onStartingToHide() { if (mPasswordEntry.isAttachedToWindow()) { mPasswordEntry.getWindowInsetsController().hide(WindowInsets.Type.ime()); } } private void updateSwitchImeButton() { // If there's more than one IME, enable the IME switcher button Loading