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.java54 private StackIndentationFunctor mBottomStackIndentationFunctor; field in StackScrollAlgorithm
93 mBottomStackIndentationFunctor = new PiecewiseLinearIndentationFunctor( in updatePadding()
500 float offset = mBottomStackIndentationFunctor.getValue(algorithmState.partialInBottom); in updateStateForChildTransitioningInBottom()
525 + mBottomStackIndentationFunctor.getValue(algorithmState.itemsInBottomStack) in updateStateForChildFullyInBottomStack()