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.java416 int numberOfElementsCompletelyIn = algorithmState.partialInTop == 1.0f in updatePositionsForState() local
446 numberOfElementsCompletelyIn, i, childHeight, childViewState, scrollOffset); in updatePositionsForState()
663 int numberOfElementsCompletelyIn, int i, int childHeight, in updateStateForTopStackChild() argument
670 - Math.max(numberOfElementsCompletelyIn - MAX_ITEMS_IN_TOP_STACK, 0); in updateStateForTopStackChild()