Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1822 float previousIncreasedAmount = 0.0f; in updateContentHeight() local
1831 Math.max(previousIncreasedAmount, increasedPaddingAmount)); in updateContentHeight()
1833 previousIncreasedAmount = increasedPaddingAmount; in updateContentHeight()
2511 float previousIncreasedAmount = 0.0f; in getPositionInLinearLayout() local
2521 Math.max(previousIncreasedAmount, increasedPaddingAmount)); in getPositionInLinearLayout()
2523 previousIncreasedAmount = increasedPaddingAmount; in getPositionInLinearLayout()