Searched refs:currentYPosition (Results 1 – 1 of 1) sorted by relevance
406 float currentYPosition = 0.0f; in updatePositionsForState() local434 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() argument616 (transitioningPositionStart - currentYPosition) / (childHeight + in updateStateForChildTransitioningInBottom()625 mPaddingBetweenElements - currentYPosition, childHeight), mCollapsedSize); in updateStateForChildTransitioningInBottom()[all …]