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.java349 float currentYPosition = 0.0f; in updatePositionsForState() local
371 currentYPosition = Math.min(scrollOffset, bottomStackStart); in updatePositionsForState()
373 childViewState.yTranslation = currentYPosition; in updatePositionsForState()
376 float nextYPosition = currentYPosition + childHeight + in updatePositionsForState()
401 if (currentYPosition >= bottomStackStart) { in updatePositionsForState()
410 bottomStackStart, bottomPeekStart, currentYPosition, in updatePositionsForState()
435 currentYPosition = childViewState.yTranslation + childHeight + mPaddingBetweenElements; in updatePositionsForState()
491 float transitioningPositionStart, float bottomPeakStart, float currentYPosition, in updateStateForChildTransitioningInBottom() argument
496 (transitioningPositionStart - currentYPosition) / (childHeight + in updateStateForChildTransitioningInBottom()
505 mPaddingBetweenElements - currentYPosition, childHeight), mCollapsedSize); in updateStateForChildTransitioningInBottom()
[all …]