Home
last modified time | relevance | path

Searched defs:animationsEnabled (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt118 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenDeviceAsleepAndNotPulsing() constant
137 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenDeviceAsleepAndPulsing() constant
158 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenStartingToSleepAndNotControlScreenOff() constant
166 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenStartingToSleepAndControlScreenOff() constant
196 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenNotAsleep() constant
208 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenKeyguardIsShowing() constant
DNotificationIconContainerStatusBarViewModelTest.kt121 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isFalse_whenDeviceAsleepAndNotPulsing() constant
140 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenDeviceAsleepAndPulsing() constant
161 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isFalse_whenStartingToSleepAndNotControlScreenOff() constant
169 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenStartingToSleepAndControlScreenOff() constant
201 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenNotAsleep() constant
209 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenKeyguardIsNotShowing() constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/animation/data/repository/
DFakeAnimationStatusRepository.kt27 private val animationsEnabled: MutableSharedFlow<Boolean> = MutableSharedFlow(replay = 1) constant in com.android.systemui.util.animation.data.repository.FakeAnimationStatusRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DCustomizeTileView.kt54 override fun animationsEnabled(): Boolean { in animationsEnabled() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt141 ) { visible, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
226 ) { visibilityChange, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
295 ) { visibilityChange, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt587 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_true() constant
600 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_keyguardShowing_true() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ui/viewbinder/
DHeadsUpNotificationViewBinder.kt50 .collect { (newKeys, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt91 ) { clearAllButtonVisible, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModel.kt63 val animationsEnabled: Flow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt857 protected open fun animationsEnabled(): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3240 public void setAnimationsEnabled(boolean animationsEnabled) { in setAnimationsEnabled()