Searched refs:currentYPosition (Results 1 – 1 of 1) sorted by relevance
327 float currentYPosition = -algorithmState.scrollY; in updatePositionsForState() local338 childViewState.yTranslation = currentYPosition; in updatePositionsForState()344 float nextYPosition = currentYPosition + childHeight + in updatePositionsForState()349 if (currentYPosition >= bottomStackStart) { in updatePositionsForState()358 bottomStackStart, child, currentYPosition, in updatePositionsForState()375 currentYPosition = childViewState.yTranslation + childHeight + paddingAfterChild; in updatePositionsForState()376 if (currentYPosition <= 0) { in updatePositionsForState()491 float transitioningPositionStart, ExpandableView child, float currentYPosition, in updateStateForChildTransitioningInBottom() argument496 (transitioningPositionStart - currentYPosition) / (childHeight + in updateStateForChildTransitioningInBottom()505 getPaddingAfterChild(algorithmState, child) - currentYPosition, childHeight), in updateStateForChildTransitioningInBottom()[all …]