Home
last modified time | relevance | path

Searched refs:volumePanelState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModelTest.kt75 val volumePanelState by collectLastValue(underTest.volumePanelState) in orientationChanges_panelOrientationChanges() constant
79 assertThat(volumePanelState!!.orientation).isEqualTo(Configuration.ORIENTATION_PORTRAIT) in orientationChanges_panelOrientationChanges()
86 assertThat(volumePanelState!!.orientation) in orientationChanges_panelOrientationChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManager.kt46 volumePanelState: VolumePanelState,
DDefaultComponentsLayoutManager.kt40 volumePanelState: VolumePanelState, in layout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/viewmodel/
DVolumePanelViewModel.kt75 val volumePanelState: StateFlow<VolumePanelState> = in <lambda>() constant
95 volumePanelState, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/ui/composable/
DVolumePanelRoot.kt47 val state: VolumePanelState by viewModel.volumePanelState.collectAsStateWithLifecycle() in <lambda>()