Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java758 float containerTranslation = 0.0f; in updateExpandButtonAppearance() local
764 containerTranslation = translationY; in updateExpandButtonAppearance()
768 containerTranslation = minHeight; in updateExpandButtonAppearance()
794 containerTranslation = (1.0f - translationProgress) * collapsedHeight in updateExpandButtonAppearance()
800 mExpandButtonContainer.setTranslationY(containerTranslation); in updateExpandButtonAppearance()