Home
last modified time | relevance | path

Searched refs:BOTTOM_BAR (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/domain/interactor/
DComponentsInteractorImplTest.kt63 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/
DLetterboxTest.java75 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/
DDefaultComponentsLayoutManagerTest.kt38 BOTTOM_BAR,
46 ComponentState(BOTTOM_BAR, kosmos.mockVolumePanelUiComponent, false) in correspondingComponents_areSet()
91 const val BOTTOM_BAR: VolumePanelComponentKey = "bottom_bar" constant
DVolumePanelViewModelTest.kt54 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/
DBottomBarModule.kt34 @StringKey(VolumePanelComponents.BOTTOM_BAR)
39 @StringKey(VolumePanelComponents.BOTTOM_BAR)
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/shared/model/
DVolumePanelComponents.kt24 const val BOTTOM_BAR: VolumePanelComponentKey = "bottom_bar" constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManagerKosmos.kt24 Kosmos.Fixture { VolumePanelComponents.BOTTOM_BAR } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/domain/
DDomainModule.kt58 VolumePanelComponents.BOTTOM_BAR, in bindComponentsInteractor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/
DUiModule.kt60 fun provideBottomBarKey(): VolumePanelComponentKey = VolumePanelComponents.BOTTOM_BAR in bindComponentsLayoutManager()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/composable/
DComponentsFactoryKosmos.kt39 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarComponent }, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/domain/interactor/
DComponentsInteractorKosmos.kt43 VolumePanelComponents.BOTTOM_BAR to Provider { bottomBarAvailabilityCriteria }, in <lambda>()