OSDN Git Service

Update fullscreen state on hiding window.
authorSeigo Nonaka <nona@google.com>
Tue, 14 Jul 2015 06:05:04 +0000 (15:05 +0900)
committerSeigo Nonaka <nona@google.com>
Tue, 14 Jul 2015 06:08:52 +0000 (15:08 +0900)
commit93c47eab2b4e11103b29f923bdda932569d0b6a5
tree3c02c9050beef16067233db3911310f1f5bd7dc9
parent6ea36507e218784d3d922f173246e9ca98cd3211
Update fullscreen state on hiding window.

Need to update fullscreen state on hiding window as well as showing
window, otherwise IMM#isFullscreenWindow reports obsolete state after
hiding window by back key or device rotation.

Bug: 22238567
Change-Id: Ic8de161cd5d2ee161f32b9942cdc2c331ea4d48e
core/java/android/inputmethodservice/InputMethodService.java