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.java824 public boolean needsCannedAnimation; field in NotificationIconContainer.IconState
870 if (needsCannedAnimation) { in applyToView()
928 /* animate= */ needsCannedAnimation && animationsAllowed); in applyToView()
932 needsCannedAnimation && animationsAllowed); in applyToView()
943 needsCannedAnimation = false; in applyToView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java834 iconState.needsCannedAnimation = iconState.clampedAppearAmount != clampedAmount; in updateIconPositioning()