Home
last modified time | relevance | path

Searched refs:bottomBar (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithmTest.kt266 val bottomBar = makeBottomBar(96) in test_AnchorBottomRight_RestrictedSmallBottomBar_PushedUp() constant
267 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() constant
283 restrictedAreas.add(bottomBar) in test_AnchorBottomRight_RestrictedBottomSheet_StashDownAtAnchor()
300 val bottomBar = makeBottomBar(BOTTOM_SHEET_HEIGHT) in test_AnchorBottomRight_UnrestrictedBottomSheet_PushUp() constant
301 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() constant
317 unrestrictedAreas.add(bottomBar) in test_AnchorBottomRight_UnrestrictedBottomSheet_RestrictedSidebar_StashAboveBottomSheet()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/ui/layout/
DDefaultComponentsLayoutManager.kt32 @BottomBar private val bottomBar: VolumePanelComponentKey, constant in com.android.systemui.volume.panel.ui.layout.DefaultComponentsLayoutManager
47 it.key != bottomBar in layout()
61 bottomBarComponent = components.find { it.key == bottomBar } in layout()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/volume/panel/ui/layout/
DComponentsLayoutManagerKosmos.kt39 bottomBar = volumePanelBottomBarComponentKey, in <lambda>()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxTest.java85 final Rect bottomBar = new Rect(0, 45, 10, 50); in testNotIntersectsOrFullyContains_usesGlobalCoordinates() local
91 verifier.setBarRect(topBar, bottomBar, leftBar, rightBar); in testNotIntersectsOrFullyContains_usesGlobalCoordinates()