Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1077ca51 authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Remove unused method isImeVisible

Bug: 205676419
Test: make
Change-Id: I7d01b25c313467493fa7976bf7b127091da045ca
parent 25038e1d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3489,10 +3489,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        return mWindowManagerInternal.shouldRestoreImeVisibility(windowToken);
    }

    private boolean isImeVisible() {
        return (mImeWindowVis & InputMethodService.IME_VISIBLE) != 0;
    }

    @GuardedBy("mMethodMap")
    private boolean canShowInputMethodPickerLocked(IInputMethodClient client) {
        // TODO(yukawa): multi-display support.