Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java697 public boolean needsCannedAnimation; field in NotificationIconContainer.IconState
751 if (needsCannedAnimation) { in applyToView()
802 needsCannedAnimation && animationsAllowed); in applyToView()
814 needsCannedAnimation = false; in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java794 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount; in updateIconPositioning()