Home
last modified time | relevance | path

Searched refs:mSystemBarConfigs (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DSystemBarConfigsTest.java62 private SystemBarConfigs mSystemBarConfigs; field in SystemBarConfigsTest
74 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_eachHasUniqueBarTypes_doesNotThrowException()
82 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_twoBarsHaveDuplicateType_throwsRuntimeException()
87 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()
103 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_intersectingBarsHaveSameZOrder_throwsRuntimeException()
113 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException()
122 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_topNotifPanelViewMediatorUsed_topBarEnabled_doesNotThrowException()
131 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_topNotifPanelViewMediatorUsed_topBarNotEnabled_throwsRuntimeException()
140 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_notificationPanelViewMediatorUsed_topBarNotEnabled_doesNotThrowException()
145 mSystemBarConfigs = new SystemBarConfigs(mResources); in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams()
[all …]
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBar.java89 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBar
159 mSystemBarConfigs = systemBarConfigs; in CarSystemBar()
168 mHideBottomBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide( in start()
171 mHideRightBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide( in start()
359 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.TOP, mTopSystemBarView); in buildNavBarContent()
366 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, mBottomSystemBarView); in buildNavBarContent()
373 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, mLeftSystemBarView); in buildNavBarContent()
380 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.RIGHT, mRightSystemBarView); in buildNavBarContent()
387 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(this::attachNavBarBySide); in attachNavBarWindows()
395 mSystemBarConfigs.getLayoutParamsBySide(SystemBarConfigs.TOP)); in attachNavBarBySide()
[all …]