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.java409 float yPositionInScrollView = 0.0f; in updatePositionsForState() local
424 float yPositionInScrollViewAfterElement = yPositionInScrollView in updatePositionsForState()
427 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize; in updatePositionsForState()
500 yPositionInScrollView = yPositionInScrollViewAfterElement; in updatePositionsForState()
721 float yPositionInScrollView = 0.0f; in findNumberOfItemsInTopStackAndUpdateState() local
729 float yPositionInScrollViewAfterElement = yPositionInScrollView in findNumberOfItemsInTopStackAndUpdateState()
732 if (yPositionInScrollView < algorithmState.scrollY) { in findNumberOfItemsInTopStackAndUpdateState()
757 - yPositionInScrollView; in findNumberOfItemsInTopStackAndUpdateState()
782 yPositionInScrollView = yPositionInScrollViewAfterElement; in findNumberOfItemsInTopStackAndUpdateState()