Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/util/
H A DScaleAwareTransitionProgressProvider.kt55 contentResolver.areAnimationsEnabled()
80 fun ContentResolver.areAnimationsEnabled(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLatencyTracker.kt28 …om.android.systemui.unfold.util.ScaleAwareTransitionProgressProvider.Companion.areAnimationsEnabled
144 transitionProgressProvider.isPresent && contentResolver.areAnimationsEnabled()
H A DUnfoldLightRevealOverlayAnimation.kt49 …om.android.systemui.unfold.util.ScaleAwareTransitionProgressProvider.Companion.areAnimationsEnabled
144 if (!isFolded && !isUnfoldHandled && contentResolver.areAnimationsEnabled()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java367 … 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 NotificationIconContainer
729 final boolean animationsAllowed = areAnimationsEnabled(icon) in applyToView()