Merge "Clear animation state before dumping old views" into nyc-dev

am: c297036643

* commit 'c297036643203cbe426b3d992cfbcc9b6f46c466':
  Clear animation state before dumping old views
This commit is contained in:
Jason Monk
2016-03-09 16:28:54 +00:00
committed by android-build-merger

View File

@@ -138,6 +138,7 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
firstPageBuilder.setListener(this);
// Fade in the tiles/labels as we reach the final position.
firstPageDelayedBuilder.addFloat(mQsPanel.getTileLayout(), "alpha", 0, 1);
clearAnimationState();
mAllViews.clear();
mTopFiveQs.clear();
mAllViews.add((View) mQsPanel.getTileLayout());