OSDN Git Service

Disable color view animations when stable insets change
authorAdrian Roos <roosa@google.com>
Tue, 17 Feb 2015 15:37:53 +0000 (16:37 +0100)
committerThe Android Automerger <android-build@google.com>
Wed, 18 Feb 2015 00:31:59 +0000 (16:31 -0800)
commitc9ef840fc5994cc3d362edfc9e282708aa519eff
tree595fbd030e57993b00b828b8086169c53dc16da7
parentc1d997296f08f3e44f23c59707398064992bf797
Disable color view animations when stable insets change

Prevents color view from showing up on phones when
the orientation changes to landscape. Previously, the
animation was only prevented when the stable inset of a
bar became nonzero; now we disable animations whenever
the nonzeroness changes.

Bug: 19353466
Change-Id: I31b4103fe984d158a98cd446ac2ddbe15a408e49
policy/src/com/android/internal/policy/impl/PhoneWindow.java