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

Commit cb581bbe authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

resolved conflicts for merge of 34706a4c to master

Change-Id: I4dd24f3b917aa7e3d2c4b0fae51e951dfcf88ba8
parents 2521a019 34706a4c
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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