Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -3106,14 +3106,10 @@ public class InputMethodManagerService extends IInputMethodManager.Stub MSG_SHOW_SOFT_INPUT, getImeShowFlags(), reason, mCurMethod, resultReceiver, MSG_SHOW_SOFT_INPUT, getImeShowFlags(), reason, mCurMethod, resultReceiver, showInputToken)); showInputToken)); mInputShown = true; mInputShown = true; if (mHaveConnection && !mVisibleBound) { if (mHaveConnection && !mVisibleBound) { bindCurrentInputMethodServiceLocked( bindCurrentInputMethodServiceLocked( mCurIntent, mVisibleConnection, IME_VISIBLE_BIND_FLAGS); mCurIntent, mVisibleConnection, IME_VISIBLE_BIND_FLAGS); mVisibleBound = true; mVisibleBound = true; } else { // Clear the show request after the input shown. mShowRequested = false; } } res = true; res = true; } else if (mHaveConnection && SystemClock.uptimeMillis() } else if (mHaveConnection && SystemClock.uptimeMillis() Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -3106,14 +3106,10 @@ public class InputMethodManagerService extends IInputMethodManager.Stub MSG_SHOW_SOFT_INPUT, getImeShowFlags(), reason, mCurMethod, resultReceiver, MSG_SHOW_SOFT_INPUT, getImeShowFlags(), reason, mCurMethod, resultReceiver, showInputToken)); showInputToken)); mInputShown = true; mInputShown = true; if (mHaveConnection && !mVisibleBound) { if (mHaveConnection && !mVisibleBound) { bindCurrentInputMethodServiceLocked( bindCurrentInputMethodServiceLocked( mCurIntent, mVisibleConnection, IME_VISIBLE_BIND_FLAGS); mCurIntent, mVisibleConnection, IME_VISIBLE_BIND_FLAGS); mVisibleBound = true; mVisibleBound = true; } else { // Clear the show request after the input shown. mShowRequested = false; } } res = true; res = true; } else if (mHaveConnection && SystemClock.uptimeMillis() } else if (mHaveConnection && SystemClock.uptimeMillis() Loading