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

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

Merge "Remove unused InputMethod#setCurrentHideInputToken()"

parents 087afa64 10c406e4
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -998,15 +998,6 @@ public class InputMethodService extends AbstractInputMethodService {
        public void setCurrentShowInputToken(IBinder showInputToken) {
            mCurShowInputToken = showInputToken;
        }

        /**
         * {@inheritDoc}
         * @hide
         */
        @Override
        public void setCurrentHideInputToken(IBinder hideInputToken) {
            mCurHideInputToken = hideInputToken;
        }
    }

    /**
+0 −8
Original line number Diff line number Diff line
@@ -398,14 +398,6 @@ public interface InputMethod {
     */
    public void setCurrentShowInputToken(IBinder showInputToken);

    /**
     * Update token of the client window requesting {@link #hideSoftInput(int, ResultReceiver)}
     * @param hideInputToken placeholder app window token for window requesting
     *        {@link InputMethodManager#hideSoftInputFromWindow(IBinder, int)}
     * @hide
     */
    public void setCurrentHideInputToken(IBinder hideInputToken);

    /**
     * Checks if IME is ready to start stylus handwriting session.
     * If yes, {@link #startStylusHandwriting(InputChannel, List)} is called.