Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java355 int numberOfElementsCompletelyIn = (int) algorithmState.itemsInTopStack; in updatePositionsForState() local
383 numberOfElementsCompletelyIn, i, childHeight, childViewState, scrollOffset); in updatePositionsForState()
544 int numberOfElementsCompletelyIn, int i, int childHeight, in updateStateForTopStackChild() argument
551 - Math.max(numberOfElementsCompletelyIn - MAX_ITEMS_IN_TOP_STACK, 0); in updateStateForTopStackChild()