Merge changes from topics "volume_panel_anc_data", "volume_panel_anc_ui" into main
* changes: Add ANC UI. Add ANC data and domain.
No related branches found
No related tags found
Showing
- packages/SystemUI/compose/facade/disabled/src/com/android/systemui/volume/panel/component/anc/AncModule 21 additions, 0 deletions...com/android/systemui/volume/panel/component/anc/AncModule
- packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/SystemUIDialogFactoryExt.kt 5 additions, 1 deletion...roid/systemui/statusbar/phone/SystemUIDialogFactoryExt.kt
- packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/anc/AncModule.kt 53 additions, 0 deletions.../android/systemui/volume/panel/component/anc/AncModule.kt
- packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/anc/ui/composable/AncPopup.kt 109 additions, 0 deletions...emui/volume/panel/component/anc/ui/composable/AncPopup.kt
- packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/button/ui/composable/ButtonComponent.kt 80 additions, 0 deletions...e/panel/component/button/ui/composable/ButtonComponent.kt
- packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/button/ui/composable/ToggleButtonComponent.kt 2 additions, 0 deletions...l/component/button/ui/composable/ToggleButtonComponent.kt
- packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/popup/ui/composable/VolumePanelPopup.kt 110 additions, 0 deletions...e/panel/component/popup/ui/composable/VolumePanelPopup.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/anc/data/repository/AncSliceRepositoryTest.kt 114 additions, 0 deletions...l/component/anc/data/repository/AncSliceRepositoryTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/anc/domain/AncAvailabilityCriteriaTest.kt 89 additions, 0 deletions...panel/component/anc/domain/AncAvailabilityCriteriaTest.kt
- packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/component/anc/domain/interactor/AncSliceInteractorTest.kt 101 additions, 0 deletions...component/anc/domain/interactor/AncSliceInteractorTest.kt
- packages/SystemUI/res/drawable/ic_noise_aware.xml 26 additions, 0 deletionspackages/SystemUI/res/drawable/ic_noise_aware.xml
- packages/SystemUI/res/layout/anc_slice.xml 20 additions, 0 deletionspackages/SystemUI/res/layout/anc_slice.xml
- packages/SystemUI/res/values/strings.xml 3 additions, 0 deletionspackages/SystemUI/res/values/strings.xml
- packages/SystemUI/res/values/styles.xml 6 additions, 0 deletionspackages/SystemUI/res/values/styles.xml
- packages/SystemUI/src/com/android/systemui/statusbar/phone/ComponentSystemUIDialog.kt 3 additions, 0 deletions...droid/systemui/statusbar/phone/ComponentSystemUIDialog.kt
- packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialogFactory.kt 5 additions, 0 deletions...android/systemui/statusbar/phone/SystemUIDialogFactory.kt
- packages/SystemUI/src/com/android/systemui/volume/dagger/AncModule.kt 40 additions, 0 deletions...temUI/src/com/android/systemui/volume/dagger/AncModule.kt
- packages/SystemUI/src/com/android/systemui/volume/dagger/VolumeModule.java 1 addition, 0 deletions.../src/com/android/systemui/volume/dagger/VolumeModule.java
- packages/SystemUI/src/com/android/systemui/volume/panel/component/anc/data/repository/AncSliceRepository.kt 118 additions, 0 deletions...panel/component/anc/data/repository/AncSliceRepository.kt
- packages/SystemUI/src/com/android/systemui/volume/panel/component/anc/domain/AncAvailabilityCriteria.kt 35 additions, 0 deletions...ume/panel/component/anc/domain/AncAvailabilityCriteria.kt
Loading
Please register or sign in to comment