resolved conflicts for merge of 34706a4c to master
Change-Id: I4dd24f3b917aa7e3d2c4b0fae51e951dfcf88ba8
This commit is contained in:
@@ -184,8 +184,8 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public InputBindResult startInput(IInputMethodClient arg0, IInputContext arg1, EditorInfo arg2,
|
||||
boolean arg3, boolean arg4) throws RemoteException {
|
||||
public InputBindResult startInput(IInputMethodClient client, IInputContext inputContext,
|
||||
EditorInfo attribute, int controlFlags) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
@@ -209,10 +209,11 @@ public class BridgeIInputMethodManager implements IInputMethodManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void windowGainedFocus(IInputMethodClient arg0, IBinder arg1, boolean arg2,
|
||||
boolean arg3, int arg4, boolean arg5, int arg6) throws RemoteException {
|
||||
public InputBindResult windowGainedFocus(IInputMethodClient client, IBinder windowToken,
|
||||
int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute,
|
||||
IInputContext inputContext) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user