Home
last modified time | relevance | path

Searched defs:willRotateToPortrait (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractorTest.kt568 val willRotateToPortrait by collectLastValue(underTest.willRotateToPortrait) in willRotateToPortrait_whenKeyguardRotationNotAllowed() constant
585 val willRotateToPortrait by collectLastValue(underTest.willRotateToPortrait) in willRotateToPortrait_isFalse_whenKeyguardRotationIsAllowed() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractor.kt80 var willRotateToPortrait: Flow<Boolean> = in <lambda>() variable in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor