OSDN Git Service

Fix IME down caret in keyguard nav bar bug.
authorJohn Spurlock <jspurlock@google.com>
Wed, 14 Nov 2012 13:51:07 +0000 (08:51 -0500)
committerJohn Spurlock <jspurlock@google.com>
Tue, 20 Nov 2012 19:06:56 +0000 (14:06 -0500)
commitbc7b6fc2a4b701596a2c8eecc4aeef522abeeafa
treecca5bed177912d9f8188ea0eb4201132372c8002
parenta711d1ee76cf2e731d28a011c81d7f772cefa6c2
Fix IME down caret in keyguard nav bar bug.

The input method manager service now keeps track of whether or not
the ime was shown on the keyguard.  This prevents activities behind
the keyguard from incorrectly showing the down-caret in the keyguard.

Bug:7498792
Change-Id: I0de01ec29cb544e902305b0f9d9fb94a73835e7b
services/java/com/android/server/InputMethodManagerService.java