Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f96309e8 authored by tiansiming [田思明]'s avatar tiansiming [田思明] Committed by android-build-merger
Browse files

Merge "Modify javadoc for onWindowShown" am: 2d46e07e am: d5d1718c

am: b95b38ca

Change-Id: I04bbf26857e60a1129c6947cb91fffef2c939edf
parents 09726a5d b95b38ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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