diff options
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
| -rw-r--r-- | core/java/android/inputmethodservice/InputMethodService.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/inputmethodservice/InputMethodService.java b/core/java/android/inputmethodservice/InputMethodService.java index a817f33ce7ba..017674f5ea8a 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -1818,9 +1818,9 @@ public class InputMethodService extends AbstractInputMethodService { } /** - * Called when the input method window has been shown to the user, after - * previously not being visible. This is done after all of the UI setup - * for the window has occurred (creating its views etc). + * Called immediately before the input method window is shown to the user. + * You could override this to prepare for the window to be shown + * (update view structure etc). */ public void onWindowShown() { // Intentionally empty |
