Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java700 public boolean needsCannedAnimation; field in NotificationIconContainer.IconState
754 if (needsCannedAnimation) { in applyToView()
805 needsCannedAnimation && animationsAllowed); in applyToView()
815 needsCannedAnimation = false; in applyToView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java852 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount; in updateIconPositioning()