Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java852 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount; in updateIconPositioning()
854 iconState.clampedAppearAmount = clampedAmount; in updateIconPositioning()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java696 public float clampedAppearAmount = 1.0f; field in NotificationIconContainer.IconState