Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java820 float clampedAmount = clampInShelf ? 1.0f : 0.0f; in updateIconPositioning() local
821 if (iconTransitionAmount == clampedAmount) { in updateIconPositioning()
834 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount; in updateIconPositioning()
836 iconState.clampedAppearAmount = clampedAmount; in updateIconPositioning()