QS animation: fix clearing translation state

Change-Id: I0477136c6eb4da4e10e152e458fada194c8290f0
Fixes: 27880443
This commit is contained in:
Jason Monk
2016-04-12 13:55:16 -04:00
parent 67dd51831e
commit a2bd0460d7

View File

@@ -306,8 +306,8 @@ public class QSAnimator implements Callback, PageListener, Listener, OnLayoutCha
for (int i = 0; i < N; i++) {
View v = mAllViews.get(i);
v.setAlpha(1);
v.setTranslationX(1);
v.setTranslationY(1);
v.setTranslationX(0);
v.setTranslationY(0);
}
final int N2 = mTopFiveQs.size();
for (int i = 0; i < N2; i++) {