OSDN Git Service

Fix Keyboard overlap with navigation bar
authorJorim Jaggi <jjaggi@google.com>
Tue, 9 Feb 2016 03:17:07 +0000 (19:17 -0800)
committerJorim Jaggi <jjaggi@google.com>
Wed, 10 Feb 2016 00:42:18 +0000 (00:42 +0000)
commit65bff3e4e9ac48f79a9da111f6e1d263af6d3a2e
tree30ffd007aa42bf26d1ffbac3558c5c9a659da135
parent4f4c60820995bad73d87c2fff4b5c5b1c6b5e027
Fix Keyboard overlap with navigation bar

FLAG_FULLSCREEN is really the wrong flag for determining whether
to subtract the window insets in the decore view and layout
it with a reduced size - FLAG_LAYOUT_IN_SCREEN suits these needs
much better.

Bug: 26014496
Bug: 26984057
Change-Id: I5c7a0fb7468d3981b91b23aa4c8b1e4841202131
core/java/com/android/internal/policy/DecorView.java