Searched refs:areAnimationsEnabled (Results 1 – 4 of 4) sorted by relevance
55 contentResolver.areAnimationsEnabled()80 fun ContentResolver.areAnimationsEnabled(): Boolean {
28 …om.android.systemui.unfold.util.ScaleAwareTransitionProgressProvider.Companion.areAnimationsEnabled144 transitionProgressProvider.isPresent && contentResolver.areAnimationsEnabled()
49 …om.android.systemui.unfold.util.ScaleAwareTransitionProgressProvider.Companion.areAnimationsEnabled144 if (!isFolded && !isUnfoldHandled && contentResolver.areAnimationsEnabled()) {
367 … if (areAnimationsEnabled(icon) && icon.getVisibleState() != StatusBarIconView.STATE_HIDDEN in onViewRemoved()378 if (areAnimationsEnabled(icon) && !isReplacingIcon) { in onViewRemoved()393 private boolean areAnimationsEnabled(StatusBarIconView icon) { in areAnimationsEnabled() method in NotificationIconContainer729 final boolean animationsAllowed = areAnimationsEnabled(icon) in applyToView()