Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java757 float expandButtonTranslation = 0.0f; in updateExpandButtonAppearance() local
766 expandButtonTranslation = 0.0f; in updateExpandButtonAppearance()
772 expandButtonTranslation = -progress * expandActionHeight * 0.7f; in updateExpandButtonAppearance()
781 expandButtonTranslation = (1.0f - mChildrenExpandProgress) in updateExpandButtonAppearance()
782 * expandButtonTranslation; in updateExpandButtonAppearance()
799 mExpandButton.setTranslationY(expandButtonTranslation); in updateExpandButtonAppearance()