Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java361 float yPositionInScrollViewAfterElement = yPositionInScrollView in updatePositionsForState() local
436 yPositionInScrollView = yPositionInScrollViewAfterElement; in updatePositionsForState()
610 float yPositionInScrollViewAfterElement = yPositionInScrollView in findNumberOfItemsInTopStackAndUpdateState() local
627 } else if (yPositionInScrollViewAfterElement < algorithmState.scrollY) { in findNumberOfItemsInTopStackAndUpdateState()
648 float newSize = yPositionInScrollViewAfterElement in findNumberOfItemsInTopStackAndUpdateState()
663 yPositionInScrollView = yPositionInScrollViewAfterElement; in findNumberOfItemsInTopStackAndUpdateState()