OSDN Git Service

Modify javadoc for onWindowShown
authortiansiming [田思明] <tiansiming@xiaomi.com>
Mon, 5 Feb 2018 10:28:28 +0000 (18:28 +0800)
committersiming tian <tiansiming@xiaomi.com>
Wed, 7 Feb 2018 15:40:07 +0000 (15:40 +0000)
commitb9025932bc6ae2c14886845bb854c0f2145eac3c
treed4d84bd6ce11a610b1dbd5e4e6b804822238ee7a
parent2e9bdd78f2e7596bd57d2e17e5df4b68796583e1
Modify javadoc for onWindowShown

onWindowShown is more like it should called after mWindow.show()
in InputMethodService. Considering the compatibility problem, just
make its javadoc clearer to the IME developers rather than
change the calling order.

Bug: 72922821
Test: N/A

Change-Id: Ibfe20f40a65475f39c8e79d10e2c494e212cf054
Signed-off-by: tiansiming [田思明] <tiansiming@xiaomi.com>
core/java/android/inputmethodservice/InputMethodService.java