Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java681 float stackIndex = algorithmState.itemsInTopStack - i; in updateZValuesForState() local
686 stackIndex = Math.min(stackIndex, max); in updateZValuesForState()
692 stackIndex -= 1.0f; in updateZValuesForState()
698 stackIndex = 0.1f + stackIndex * 1.9f; in updateZValuesForState()
702 + stackIndex * mZDistanceBetweenElements; in updateZValuesForState()