Loading core/java/android/view/inputmethod/InputMethodManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,13 @@ public final class InputMethodManager { void deactivate() { mActive = false; } @Override public String toString() { return "ControlledInputConnectionWrapper{mActive=" + mActive + " mParentInputMethodManager.mActive=" + mParentInputMethodManager.mActive + "}"; } } final IInputMethodClient.Stub mClient = new IInputMethodClient.Stub() { Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,13 @@ public final class InputMethodManager { void deactivate() { mActive = false; } @Override public String toString() { return "ControlledInputConnectionWrapper{mActive=" + mActive + " mParentInputMethodManager.mActive=" + mParentInputMethodManager.mActive + "}"; } } final IInputMethodClient.Stub mClient = new IInputMethodClient.Stub() { Loading