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