diff options
| author | tiansiming [田思明] <tiansiming@xiaomi.com> | 2018-02-09 06:39:54 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-02-09 06:39:54 +0000 |
| commit | b95b38ca3a8e9c682eeda7cf852d311858c50ab9 (patch) | |
| tree | f8d7a1904ad5a4b5d715af6003c3c67d726c0b57 /core/java/android/inputmethodservice/InputMethodService.java | |
| parent | 933e043cd3513238dde2dba52058ec3ddfda199a (diff) | |
| parent | d5d1718c4a22d6b832ca5a79755599584a29c620 (diff) | |
Merge "Modify javadoc for onWindowShown" am: 2d46e07e48
am: d5d1718c4a
Change-Id: I82c1c9a4601e579b34e6f8c40f80258b78a8a7d8
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 7a20943e2a4b..1bafcaec280a 100644 --- a/core/java/android/inputmethodservice/InputMethodService.java +++ b/core/java/android/inputmethodservice/InputMethodService.java @@ -1726,9 +1726,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 |
