Home
last modified time | relevance | path

Searched defs:BOTTOM_BAR (Results 1 – 5 of 5) sorted by relevance

/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/multivalentTests/src/com/android/systemui/volume/panel/domain/interactor/
DComponentsInteractorImplTest.kt118 const val BOTTOM_BAR: VolumePanelComponentKey = "test_bottom_bar" constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/ui/viewmodel/
DDefaultComponentsLayoutManagerTest.kt91 const val BOTTOM_BAR: VolumePanelComponentKey = "bottom_bar" constant
DVolumePanelViewModelTest.kt148 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