Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackScrollAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading