Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java406 float currentYPosition = 0.0f; in updatePositionsForState() local
434 currentYPosition = Math.min(scrollOffset, bottomStackStart); in updatePositionsForState()
436 childViewState.yTranslation = currentYPosition; in updatePositionsForState()
439 float nextYPosition = currentYPosition + childHeight + in updatePositionsForState()
465 if (currentYPosition >= bottomStackStart) { in updatePositionsForState()
474 bottomStackStart, bottomPeekStart, currentYPosition, in updatePositionsForState()
499 currentYPosition = childViewState.yTranslation + childHeight + mPaddingBetweenElements; in updatePositionsForState()
611 float transitioningPositionStart, float bottomPeakStart, float currentYPosition, in updateStateForChildTransitioningInBottom() argument
616 (transitioningPositionStart - currentYPosition) / (childHeight + in updateStateForChildTransitioningInBottom()
625 mPaddingBetweenElements - currentYPosition, childHeight), mCollapsedSize); in updateStateForChildTransitioningInBottom()
[all …]