OSDN Git Service

Rotate IMEs (subtypes) by Meta+Space.
authorYohei Yukawa <yukawa@google.com>
Wed, 9 Dec 2015 21:00:10 +0000 (13:00 -0800)
committerYohei Yukawa <yukawa@google.com>
Wed, 9 Dec 2015 21:00:10 +0000 (13:00 -0800)
commitae61f7118a92e097e854c840d5726c0920f5db0e
treed49faa1558aa7bc5ceb0599d99f8af6a0baea176
parent540d98427a8de3bfec109d194fc1b796a822e113
Rotate IMEs (subtypes) by Meta+Space.

With this CL, PhoneWindowManager starts monitoring Meta+Space to trigger
input method rotation.

Note that InputMethodManagerService currently supports only one way
rotation.  Currently there is no difference in the behavior between
Meta+Space and Shift+Meta+Space.  Reverse rotation will be supported in
a subsequent CL.

Bug: 25753404
Change-Id: I4005692215edfcf8bed3e86b1e07000148f986f5
core/java/android/view/WindowManagerPolicy.java
core/java/android/view/inputmethod/InputMethodManagerInternal.java
services/core/java/com/android/server/InputMethodManagerService.java
services/core/java/com/android/server/policy/PhoneWindowManager.java
services/core/java/com/android/server/wm/WindowManagerService.java