Merge "Corrected top stack logic of notifications again."

This commit is contained in:
Selim Cinek
2014-05-12 13:12:39 +00:00
committed by Android (Google) Code Review

View File

@@ -82,7 +82,7 @@ public class StackScrollAlgorithm {
mTopStackIndentationFunctor = new PiecewiseLinearIndentationFunctor(
MAX_ITEMS_IN_TOP_STACK,
mTopStackPeekSize,
mTopStackTotalSize,
mTopStackTotalSize - mTopStackPeekSize,
0.5f);
mBottomStackIndentationFunctor = new PiecewiseLinearIndentationFunctor(
MAX_ITEMS_IN_BOTTOM_STACK,