Home
last modified time | relevance | path

Searched refs:mBottomStackIndentationFunctor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java56 private StackIndentationFunctor mBottomStackIndentationFunctor; field in StackScrollAlgorithm
92 mBottomStackIndentationFunctor = new PiecewiseLinearIndentationFunctor( in updatePadding()
620 float offset = mBottomStackIndentationFunctor.getValue(algorithmState.partialInBottom); in updateStateForChildTransitioningInBottom()
644 + mBottomStackIndentationFunctor.getValue(algorithmState.itemsInBottomStack) in updateStateForChildFullyInBottomStack()