Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java245 state.partialInBottom = 0.0f; in initAlgorithmState()
495 algorithmState.partialInBottom = 1.0f - ( in updateStateForChildTransitioningInBottom()
500 float offset = mBottomStackIndentationFunctor.getValue(algorithmState.partialInBottom); in updateStateForChildTransitioningInBottom()
501 algorithmState.itemsInBottomStack += algorithmState.partialInBottom; in updateStateForChildTransitioningInBottom()
532 childViewState.shadowAlpha = 1.0f - algorithmState.partialInBottom; in updateStateForChildFullyInBottomStack()
651 public float partialInBottom; field in StackScrollAlgorithm.StackScrollAlgorithmState