Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java43 private static final int MAX_ITEMS_IN_BOTTOM_STACK = 3; field in StackScrollAlgorithm
81 mZBasicHeight = (MAX_ITEMS_IN_BOTTOM_STACK + 1) * mZDistanceBetweenElements; in initConstants()
85 MAX_ITEMS_IN_BOTTOM_STACK, in initConstants()
519 if (algorithmState.itemsInBottomStack < MAX_ITEMS_IN_BOTTOM_STACK) { in updateStateForChildFullyInBottomStack()
527 if (algorithmState.itemsInBottomStack > MAX_ITEMS_IN_BOTTOM_STACK + 2) { in updateStateForChildFullyInBottomStack()
531 > MAX_ITEMS_IN_BOTTOM_STACK + 1) { in updateStateForChildFullyInBottomStack()