OSDN Git Service

Prevent recents from closing while moving PiP to fullscreen.
authorRobert Carr <racarr@google.com>
Wed, 20 Apr 2016 19:53:16 +0000 (12:53 -0700)
committerRobert Carr <racarr@google.com>
Wed, 20 Apr 2016 19:56:56 +0000 (12:56 -0700)
commit744e6e3aef4d4b6cb3a75e8ecbbc1796da2388b2
tree5b28b965bca79e23250fe28cbab8a0cc0ded2ef7
parent69016e3472e9ba1144bfccd0217f7cf73b84f9ef
Prevent recents from closing while moving PiP to fullscreen.

If we close recents when beginning the animation, we will
trigger a resume of the previous fullscreen app, which will
attempt to aniamte in at the same time we are animating
the PiP to fullscreen. These conflict causing flicker and
churn.

Bug: 27793381
Change-Id: I520181dadab938bbf62b25891f5ba0e4e9783967
packages/SystemUI/src/com/android/systemui/tv/pip/PipManager.java
services/core/java/com/android/server/wm/BoundsAnimationController.java