OSDN Git Service

Multi cutout: Fix IME navigation guard
authorAdrian Roos <roosa@google.com>
Fri, 9 Mar 2018 15:59:29 +0000 (16:59 +0100)
committerAdrian Roos <roosa@google.com>
Mon, 12 Mar 2018 17:29:38 +0000 (17:29 +0000)
commit1f778d59982e583f3bf7b89ccbcf7992eaaaced1
tree7dd3c7098151d3712922bebcd70a2ea63d65fe03
parent7e58a08ccdd528b48497d7286be3c28cc0e339c0
Multi cutout: Fix IME navigation guard

Ensures that the IME window always extends all the way to the bottom.
This is fine because in its decor view the navigation bar inset is
consumed by the navigation guard.

Bug: 74195186
Test: Enable multi-cutout; open a text field over non-black navigation bar. Verify entire bar turns black.
Change-Id: Iff142ccd2034684c37e140e4ccd1839691dbf443
services/core/java/com/android/server/policy/PhoneWindowManager.java