/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModelTest.kt | 114 isShadeTouchable: Boolean, in <lambda>() 117 !isShadeTouchable -> null in <lambda>() 125 isShadeTouchable: Boolean, in <lambda>() 128 !isShadeTouchable -> null in <lambda>() 136 isShadeTouchable: Boolean, in <lambda>() 139 !isShadeTouchable -> null in <lambda>() 147 isShadeTouchable: Boolean, in <lambda>() 150 !isShadeTouchable -> null in <lambda>() 166 @JvmField @Parameter(5) var isShadeTouchable: Boolean = false in <lambda>() variable in com.android.systemui.keyguard.ui.viewmodel.LockscreenSceneViewModelTest 193 if (isShadeTouchable) { in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractorImplTest.kt | 361 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isFalse_whenDeviceAsleepAndNotPulsing() constant 362 assertThat(isShadeTouchable).isFalse() in isShadeTouchable_isFalse_whenDeviceAsleepAndNotPulsing() 387 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isTrue_whenDeviceAsleepAndPulsing() constant 388 assertThat(isShadeTouchable).isTrue() in isShadeTouchable_isTrue_whenDeviceAsleepAndPulsing() 395 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isFalse_whenStartingToSleepAndNotControlScreenOff() constant 397 assertThat(isShadeTouchable).isTrue() in isShadeTouchable_isFalse_whenStartingToSleepAndNotControlScreenOff() 412 assertThat(isShadeTouchable).isFalse() in isShadeTouchable_isFalse_whenStartingToSleepAndNotControlScreenOff() 419 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isTrue_whenStartingToSleepAndControlScreenOff() constant 421 assertThat(isShadeTouchable).isTrue() in isShadeTouchable_isTrue_whenStartingToSleepAndControlScreenOff() 436 assertThat(isShadeTouchable).isTrue() in isShadeTouchable_isTrue_whenStartingToSleepAndControlScreenOff() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModel.kt | 60 shadeInteractor.isShadeTouchable in <lambda>() 61 .flatMapLatest { isShadeTouchable -> in <lambda>() method 62 if (!isShadeTouchable) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractor.kt | 52 val isShadeTouchable: Flow<Boolean> in <lambda>() constant
|
D | ShadeInteractorEmptyImpl.kt | 46 override val isShadeTouchable: Flow<Boolean> = inactiveFlowBoolean constant in com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
|
D | ShadeInteractorImpl.kt | 86 override val isShadeTouchable: Flow<Boolean> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
D | NotificationIconContainerAlwaysOnDisplayViewModel.kt | 55 shadeInteractor.isShadeTouchable, in <lambda>()
|
D | NotificationIconContainerStatusBarViewModel.kt | 62 shadeInteractor.isShadeTouchable, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewmodel/ |
D | FooterViewModel.kt | 82 shadeInteractor.isShadeTouchable, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModel.kt | 192 shadeInteractor.isShadeTouchable, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartableTest.kt | 1264 val isShadeTouchable by collectLastValue(kosmos.shadeInteractor.isShadeTouchable) in <lambda>() constant 1283 assertThat(isShadeTouchable).isFalse() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartable.kt | 451 shadeInteractor.isShadeTouchable in <lambda>()
|