Loading core/java/com/android/internal/view/InputBindResult.java +2 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ public final class InputBindResult implements Parcelable { * The client should try to restart input when its {@link android.view.Window} is focused * again.</p> * * @see com.android.server.wm.WindowManagerService#inputMethodClientHasFocus(IInputMethodClient) * @see com.android.server.wm.WindowManagerInternal#inputMethodClientHasFocus( * IInputMethodClient) */ int ERROR_NOT_IME_TARGET_WINDOW = 11; /** Loading Loading
core/java/com/android/internal/view/InputBindResult.java +2 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ public final class InputBindResult implements Parcelable { * The client should try to restart input when its {@link android.view.Window} is focused * again.</p> * * @see com.android.server.wm.WindowManagerService#inputMethodClientHasFocus(IInputMethodClient) * @see com.android.server.wm.WindowManagerInternal#inputMethodClientHasFocus( * IInputMethodClient) */ int ERROR_NOT_IME_TARGET_WINDOW = 11; /** Loading