From 5cf733f89b4016aecc3b96e2a72e98b2a571aeb8 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Mon, 22 Feb 2016 15:11:49 -0800 Subject: [PATCH] Fix build breakage. This follows up to my previous CL [1], which forgot to update BridgeIInputMethodManager.java (again!). [1] I56934f18e30d90fcdf77bcbb0c35a92a5feb1b82 05c25f8a3a033816ac25aa5cd7db5b1ab495bc3f Bug: 25373872 Change-Id: I0643069fd0b677115c89c340b7a23f1d12bd7988 --- .../bridge/android/BridgeIInputMethodManager.java | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java index 01c3c500855d1..5c74caf2695da 100644 --- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java +++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java @@ -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)