Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,12 @@ public class BridgeIInputMethodManager implements IInputMethodManager { return false; } @Override public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException { // TODO Auto-generated method stub return false; } @Override public void updateStatusIcon(IBinder arg0, String arg1, int arg2) throws RemoteException { // TODO Auto-generated method stub Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeIInputMethodManager.java +6 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,12 @@ public class BridgeIInputMethodManager implements IInputMethodManager { return false; } @Override public boolean shouldOfferSwitchingToNextInputMethod(IBinder arg0) throws RemoteException { // TODO Auto-generated method stub return false; } @Override public void updateStatusIcon(IBinder arg0, String arg1, int arg2) throws RemoteException { // TODO Auto-generated method stub Loading