Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java305 if (iconState != null && iconState.clampedAppearAmount == 1.0f) { in updateAppearance()
639 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount;
641 iconState.clampedAppearAmount = clampedAmount;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java683 public float clampedAppearAmount = 1.0f; field in NotificationIconContainer.IconState