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

Commit e559812c authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Remove unused InputMethod#setCurrentShowInputToken()"

parents 99a34dab 7d2f3d98
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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;
        }
    }

    /**
+0 −8
Original line number Diff line number Diff line
@@ -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.