commit | 973ddaacaef255b8659d35cfe4151dd5b7436138 | [log] [tgz] |
---|---|---|
author | Adam Powell <adamp@google.com> | Tue Apr 15 17:38:54 2014 -0700 |
committer | Adam Powell <adamp@google.com> | Wed Apr 16 14:59:16 2014 -0700 |
tree | 3608969bb1744d06b7e1d5afed37130a0cf45df5 | |
parent | fa72a9eaae6170e65d9ba72720ee7b0d752f8847 [diff] |
DO NOT MERGE Add isRound to WindowInsets isRound allows a view to determine whether the window it is contained within obscures the corners of the window content. This allows views aware of this property to adapt their layout accordingly. Switch ViewRootImpl to use dispatchApplyInsets instead of fitSystemWindows. Change-Id: Ic3e3936b73815b2593cb9720af1a309fbd18406e Conflicts: core/java/android/view/ViewRootImpl.java