Loading core/java/android/inputmethodservice/InputMethodService.java +0 −9 Original line number Diff line number Diff line Loading @@ -989,15 +989,6 @@ public class InputMethodService extends AbstractInputMethodService { public void changeInputMethodSubtype(InputMethodSubtype subtype) { dispatchOnCurrentInputMethodSubtypeChanged(subtype); } /** * {@inheritDoc} * @hide */ @Override public void setCurrentShowInputToken(IBinder showInputToken) { mCurShowInputToken = showInputToken; } } /** Loading core/java/android/view/inputmethod/InputMethod.java +0 −8 Original line number Diff line number Diff line Loading @@ -390,14 +390,6 @@ public interface InputMethod { @MainThread public void changeInputMethodSubtype(InputMethodSubtype subtype); /** * Update token of the client window requesting {@link #showSoftInput(int, ResultReceiver)} * @param showInputToken placeholder app window token for window requesting * {@link InputMethodManager#showSoftInput(View, int)} * @hide */ public void setCurrentShowInputToken(IBinder showInputToken); /** * Checks if IME is ready to start stylus handwriting session. * If yes, {@link #startStylusHandwriting(InputChannel, List)} is called. Loading Loading
core/java/android/inputmethodservice/InputMethodService.java +0 −9 Original line number Diff line number Diff line Loading @@ -989,15 +989,6 @@ public class InputMethodService extends AbstractInputMethodService { public void changeInputMethodSubtype(InputMethodSubtype subtype) { dispatchOnCurrentInputMethodSubtypeChanged(subtype); } /** * {@inheritDoc} * @hide */ @Override public void setCurrentShowInputToken(IBinder showInputToken) { mCurShowInputToken = showInputToken; } } /** Loading
core/java/android/view/inputmethod/InputMethod.java +0 −8 Original line number Diff line number Diff line Loading @@ -390,14 +390,6 @@ public interface InputMethod { @MainThread public void changeInputMethodSubtype(InputMethodSubtype subtype); /** * Update token of the client window requesting {@link #showSoftInput(int, ResultReceiver)} * @param showInputToken placeholder app window token for window requesting * {@link InputMethodManager#showSoftInput(View, int)} * @hide */ public void setCurrentShowInputToken(IBinder showInputToken); /** * Checks if IME is ready to start stylus handwriting session. * If yes, {@link #startStylusHandwriting(InputChannel, List)} is called. Loading