Searched refs:animationsAllowed (Results 1 – 1 of 1) sorted by relevance
848 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