commit | ae712e5708aeb2579bcfa38794e840350a992d97 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Thu Apr 21 20:59:47 2016 -0700 |
committer | Adrian Roos <roosa@google.com> | Fri Apr 22 18:52:40 2016 +0000 |
tree | 2dc134e2f10750003d55ec0df943df4b61bee657 | |
parent | e5cebf7aaa1a1eaa16bbb8b039a572e19e0a5542 [diff] |
Fix IME for status bar in docked mode If the dock divider is visible, window manager raises the IME from the app's layer on top of the divider. However if the IME was targeting the status bar, it would also remove it from the status bar's layer and move it atop the divider (but below the status bar). To fix this, we now only perform the adjustment to the IME's layer if that moves the IME up, but never down. Change-Id: I1308f51b98fffee64a5075c49697f5bc177ea32e Fixes: 28024606