Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/
H A DScaleAwareTransitionProgressProvider.kt34 val animationsEnabled = ValueAnimator.areAnimatorsEnabled() regex
35 scopedUnfoldTransitionProgressProvider.setReadyToHandleTransition(animationsEnabled)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DCustomizeTileView.kt60 override fun animationsEnabled(): Boolean {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt410 val allowAnimations = animationsEnabled()
572 protected open fun animationsEnabled(): Boolean {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2954 public void setAnimationsEnabled(boolean animationsEnabled) { in setAnimationsEnabled() argument
2955 mAnimationsEnabled = animationsEnabled; in setAnimationsEnabled()
2957 if (!animationsEnabled) { in setAnimationsEnabled()