Searched defs:isShadeTouchable (Results 1 – 7 of 7) sorted by relevance
361 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isFalse_whenDeviceAsleepAndNotPulsing() constant387 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isTrue_whenDeviceAsleepAndPulsing() constant395 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isFalse_whenStartingToSleepAndNotControlScreenOff() constant419 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isTrue_whenStartingToSleepAndControlScreenOff() constant452 val isShadeTouchable by collectLastValue(underTest.isShadeTouchable) in isShadeTouchable_isTrue_whenNotAsleep() constant
46 override val isShadeTouchable: Flow<Boolean> = inactiveFlowBoolean constant in com.android.systemui.shade.domain.interactor.ShadeInteractorEmptyImpl
52 val isShadeTouchable: Flow<Boolean> in <lambda>() constant
86 override val isShadeTouchable: Flow<Boolean> = in <lambda>() constant
61 .flatMapLatest { isShadeTouchable -> in <lambda>() method
166 @JvmField @Parameter(5) var isShadeTouchable: Boolean = false in <lambda>() variable in com.android.systemui.keyguard.ui.viewmodel.LockscreenSceneViewModelTest
1264 val isShadeTouchable by collectLastValue(kosmos.shadeInteractor.isShadeTouchable) in <lambda>() constant