Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java508 float partiallyThere = (newStackHeight - mTopPadding - mTopPaddingOverflow) in setStackHeight() local
510 partiallyThere = Math.max(0, partiallyThere); in setStackHeight()
512 translationY += (1 - partiallyThere) * (mBottomStackPeekSize + in setStackHeight()