Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java848 final boolean animationsAllowed = animationsAllowed(icon); in applyToView()
849 if (animationsAllowed) { in applyToView()
924 icon.setVisibleState(visibleState, animationsAllowed); in applyToView()
928 /* animate= */ needsCannedAnimation && animationsAllowed); in applyToView()
932 needsCannedAnimation && animationsAllowed); in applyToView()
946 private boolean animationsAllowed(StatusBarIconView icon) { in animationsAllowed() method in NotificationIconContainer.IconState