Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java343 float bottomPeekStart = mInnerHeight - mBottomStackPeekSize; in updatePositionsForState() local
346 float bottomStackStart = bottomPeekStart - mBottomStackSlowDownLength; in updatePositionsForState()
394 bottomPeekStart, childViewState.yTranslation, childViewState, in updatePositionsForState()
410 bottomStackStart, bottomPeekStart, currentYPosition, in updatePositionsForState()
425 > bottomPeekStart - mCollapseSecondCardPadding) { in updatePositionsForState()
427 bottomPeekStart - mCollapseSecondCardPadding in updatePositionsForState()
617 int bottomPeekStart = mInnerHeight - mBottomStackPeekSize - in findNumberOfItemsInTopStackAndUpdateState() local
623 childViewState.height = (int) Math.max(Math.min(bottomPeekStart, maxHeight), in findNumberOfItemsInTopStackAndUpdateState()