Loading core/java/android/view/inputmethod/InputMethod.java +2 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,8 @@ public interface InputMethod { * @hide */ @MainThread public void updateInputMethodDisplay(int displayId); default void updateInputMethodDisplay(int displayId) { } /** * Bind a new application environment in to the input method, so that it Loading Loading
core/java/android/view/inputmethod/InputMethod.java +2 −1 Original line number Diff line number Diff line Loading @@ -124,7 +124,8 @@ public interface InputMethod { * @hide */ @MainThread public void updateInputMethodDisplay(int displayId); default void updateInputMethodDisplay(int displayId) { } /** * Bind a new application environment in to the input method, so that it Loading