Home
last modified time | relevance | path

Searched refs:yPositionInScrollView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java352 float yPositionInScrollView = 0.0f; in updatePositionsForState() local
361 float yPositionInScrollViewAfterElement = yPositionInScrollView in updatePositionsForState()
364 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize; in updatePositionsForState()
436 yPositionInScrollView = yPositionInScrollViewAfterElement; in updatePositionsForState()
602 float yPositionInScrollView = 0.0f; in findNumberOfItemsInTopStackAndUpdateState() local
610 float yPositionInScrollViewAfterElement = yPositionInScrollView in findNumberOfItemsInTopStackAndUpdateState()
613 if (yPositionInScrollView < algorithmState.scrollY) { in findNumberOfItemsInTopStackAndUpdateState()
638 - yPositionInScrollView; in findNumberOfItemsInTopStackAndUpdateState()
663 yPositionInScrollView = yPositionInScrollViewAfterElement; in findNumberOfItemsInTopStackAndUpdateState()