Merge "Remove unused InputMethod#setCurrentHideInputToken()"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user