Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt139 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenDeviceAsleepAndNotPulsing() constant
162 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenDeviceAsleepAndPulsing() constant
183 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenStartingToSleepAndNotControlScreenOff() constant
191 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenStartingToSleepAndControlScreenOff() constant
223 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenNotAsleep() constant
237 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenKeyguardIsShowing() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModelTest.kt122 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isFalse_whenDeviceAsleepAndNotPulsing() constant
145 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenDeviceAsleepAndPulsing() constant
166 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isFalse_whenStartingToSleepAndNotControlScreenOff() constant
174 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenStartingToSleepAndControlScreenOff() constant
208 val animationsEnabled by collectLastValue(underTest.animationsEnabled) in animationsEnabled_isTrue_whenNotAsleep() constant
216 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/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt607 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_true() constant
620 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_keyguardShowing_false() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ui/viewbinder/
DHeadsUpNotificationViewBinder.kt40 .collect { (newKeys, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/
DFooterViewModel.kt86 ) { clearAllButtonVisible, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerStatusBarViewModel.kt60 val animationsEnabled: Flow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModel.kt196 ) { visibilityChange, (isShadeFullyExpanded, animationsEnabled) -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt840 protected open fun animationsEnabled(): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3048 public void setAnimationsEnabled(boolean animationsEnabled) { in setAnimationsEnabled()