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.java327 float currentYPosition = -algorithmState.scrollY; in updatePositionsForState() local
338 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() argument
496 (transitioningPositionStart - currentYPosition) / (childHeight + in updateStateForChildTransitioningInBottom()
505 getPaddingAfterChild(algorithmState, child) - currentYPosition, childHeight), in updateStateForChildTransitioningInBottom()
[all …]