/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/domain/interactor/ |
D | ComponentsInteractorImplTest.kt | 63 BOTTOM_BAR, in componentsAvailability_checked() 69 BOTTOM_BAR to Provider { availableCriteria }, in componentsAvailability_checked() 79 ComponentModel(BOTTOM_BAR, true), in componentsAvailability_checked() 93 BOTTOM_BAR, in noCriteria_fallbackToDefaultCriteria() 99 BOTTOM_BAR to Provider { availableCriteria }, in noCriteria_fallbackToDefaultCriteria() 109 ComponentModel(BOTTOM_BAR, true), in noCriteria_fallbackToDefaultCriteria() 118 const val BOTTOM_BAR: VolumePanelComponentKey = "test_bottom_bar" constant
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | LetterboxTest.java | 75 private static final int BOTTOM_BAR = 0x2; field in LetterboxTest 94 verifier.setInner(0, 2, 10, 50).verifyPositions(TOP_BAR | BOTTOM_BAR, BOTTOM_BAR); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 96 verifier.setInner(0, 0, 10, 45).verifyPositions(TOP_BAR | BOTTOM_BAR, TOP_BAR); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 102 verifier.setInner(0, 2, 10, 45).verifyPositions(TOP_BAR | BOTTOM_BAR, 0); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 110 verifier.setInner(2, 0, 8, 45).verifyPositions(LEFT_BAR | RIGHT_BAR | BOTTOM_BAR, 0); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 113 .verifyPositions(TOP_BAR | BOTTOM_BAR | LEFT_BAR | RIGHT_BAR, 0); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() 151 (allowedPos & BOTTOM_BAR) != 0); in verifyPositions() 168 (noOverlapPos & BOTTOM_BAR) != 0); in verifyPositions()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/ |
D | DefaultComponentsLayoutManagerTest.kt | 38 BOTTOM_BAR, 46 ComponentState(BOTTOM_BAR, kosmos.mockVolumePanelUiComponent, false) in correspondingComponents_areSet() 91 const val BOTTOM_BAR: VolumePanelComponentKey = "bottom_bar" constant
|
D | VolumePanelViewModelTest.kt | 54 componentsLayoutManager = DefaultComponentsLayoutManager(BOTTOM_BAR) in <lambda>() 98 BOTTOM_BAR to mockVolumePanelUiComponentProvider, in components_areReturned() 111 assertThat(componentsLayout!!.bottomBarComponent.key).isEqualTo(BOTTOM_BAR) in <lambda>() 148 const val BOTTOM_BAR: VolumePanelComponentKey = "test_bottom_bar" constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/bottombar/ |
D | BottomBarModule.kt | 34 @StringKey(VolumePanelComponents.BOTTOM_BAR) 39 @StringKey(VolumePanelComponents.BOTTOM_BAR)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/shared/model/ |
D | VolumePanelComponents.kt | 24 const val BOTTOM_BAR: VolumePanelComponentKey = "bottom_bar" constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/ |
D | ComponentsLayoutManagerKosmos.kt | 24 Kosmos.Fixture { VolumePanelComponents.BOTTOM_BAR } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/domain/ |
D | DomainModule.kt | 58 VolumePanelComponents.BOTTOM_BAR, in bindComponentsInteractor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/ |
D | UiModule.kt | 60 fun provideBottomBarKey(): VolumePanelComponentKey = VolumePanelComponents.BOTTOM_BAR in bindComponentsLayoutManager()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/ |
D | ComponentsFactoryKosmos.kt | 39 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarComponent }, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/domain/interactor/ |
D | ComponentsInteractorKosmos.kt | 43 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarAvailabilityCriteria }, in <lambda>()
|