Merge "Fix build breakage." into nyc-dev
This commit is contained in:
@@ -183,15 +183,6 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public InputBindResult startInput(
|
||||
/* @InputMethodClient.StartInputReason */ int startInputReason,
|
||||
IInputMethodClient client, IInputContext inputContext, EditorInfo attribute,
|
||||
int controlFlags) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean switchToLastInputMethod(IBinder arg0) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
@@ -228,7 +219,7 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public InputBindResult windowGainedFocus(
|
||||
public InputBindResult startInputOrWindowGainedFocus(
|
||||
/* @InputMethodClient.StartInputReason */ int startInputReason,
|
||||
IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode,
|
||||
int windowFlags, EditorInfo attribute, IInputContext inputContext)
|
||||
|
||||
Reference in New Issue
Block a user