Searched refs:bottomBar (Results 1 – 4 of 4) sorted by relevance
266 val bottomBar = makeBottomBar(96) in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp() constant267 restrictedAreas.add(bottomBar) in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp()270 SCREEN_EDGE_INSET - bottomBar.height() - PADDING) in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp()282 val bottomBar = makeBottomBar(BOTTOM_SHEET_HEIGHT) in test_AnchorBottomRight_RestrictedBottomSheet_StashDownAtAnchor() constant283 restrictedAreas.add(bottomBar) in test_AnchorBottomRight_RestrictedBottomSheet_StashDownAtAnchor()300 val bottomBar = makeBottomBar(BOTTOM_SHEET_HEIGHT) in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp() constant301 unrestrictedAreas.add(bottomBar) in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp()304 SCREEN_EDGE_INSET - bottomBar.height() - PADDING) in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp()316 val bottomBar = makeBottomBar(BOTTOM_SHEET_HEIGHT) in test_AnchorBottomRight_UnrestrictedBottomSheet_RestrictedSidebar_StashAboveBottomSheet() constant317 unrestrictedAreas.add(bottomBar) in test_AnchorBottomRight_UnrestrictedBottomSheet_RestrictedSidebar_StashAboveBottomSheet()[all …]
32 @BottomBar private val bottomBar: VolumePanelComponentKey, constant in com.android.systemui.volume.panel.ui.layout.DefaultComponentsLayoutManager47 it.key != bottomBar in layout()61 bottomBarComponent = components.find { it.key == bottomBar } in layout()
39 bottomBar = volumePanelBottomBarComponentKey, in <lambda>()
85 final Rect bottomBar = new Rect(0, 45, 10, 50); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() local91 verifier.setBarRect(topBar, bottomBar, leftBar, rightBar); in testNotIntersectsOrFullyContains_usesGlobalCoordinates()