Tweak QQS <-> QS animation.

Add a start delay so users do not see the footer divider intersecting
the animating second row of QS tiles.

Test: visual
Change-Id: Iea0a0ec7a3a4e849dc774bc5c1bd452ff56c3854
This commit is contained in:
Amin Shaikh
2018-02-16 15:08:16 -05:00
parent 2144158a26
commit 92fac5621a

View File

@@ -176,6 +176,7 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
.addFloat(mActionsContainer, "alpha", 0, 1)
.addFloat(mDragHandle, "translationY", mDragHandleExpandOffset, 0)
.addFloat(mDragHandle, "alpha", 1, 0)
.setStartDelay(0.15f)
.build();
}