Searched refs:mSystemBarConfigs (Results 1 – 5 of 5) sorted by relevance
67 private SystemBarConfigs mSystemBarConfigs; field in SystemBarConfigsTest79 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_eachHasUniqueBarTypes_doesNotThrowException()87 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_twoBarsHaveDuplicateType_throwsRuntimeException()92 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()93 List<Integer> actualOrder = mSystemBarConfigs.getSystemBarSidesByZOrder(); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()108 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_intersectingBarsHaveSameZOrder_throwsRuntimeException()118 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException()127 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_topNotifPanelViewMediatorUsed_topBarEnabled_doesNotThrowException()136 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_topNotifPanelViewMediatorUsed_topBarNotEnabled_throwsRuntimeException()145 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_notificationPanelViewMediatorUsed_topBarNotEnabled_doesNotThrowException()[all …]
137 private SystemBarConfigs mSystemBarConfigs; field in CarSystemBarTest180 mSystemBarConfigs = new SystemBarConfigs(mTestableResources.getResources()); in initCarSystemBar()186 mSystemBarConfigs, in initCarSystemBar()504 mSystemBarConfigs = new SystemBarConfigs(mTestableResources.getResources()); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
125 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBar207 mSystemBarConfigs = systemBarConfigs; in CarSystemBar()247 mHideTopBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(TOP); in start()248 mHideBottomBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(BOTTOM); in start()249 mHideLeftBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(LEFT); in start()250 mHideRightBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(RIGHT); in start()437 if (mSystemBarConfigs in buildNavBarWindows()440 } else if (mSystemBarConfigs in buildNavBarWindows()450 mSystemBarConfigs.insetSystemBar(TOP, mTopSystemBarView); in buildNavBarContent()457 mSystemBarConfigs.insetSystemBar(BOTTOM, mBottomSystemBarView); in buildNavBarContent()[all …]
50 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBarMediator64 mSystemBarConfigs = systemBarConfigs; in CarSystemBarMediator()102 mSystemBarConfigs.resetSystemBarConfigs(); in onConfigChanged()
76 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBarController135 mSystemBarConfigs = systemBarConfigs; in CarSystemBarController()144 mShowTop = mSystemBarConfigs.getEnabledStatusBySide(TOP); in readConfigs()145 mShowBottom = mSystemBarConfigs.getEnabledStatusBySide(BOTTOM); in readConfigs()146 mShowLeft = mSystemBarConfigs.getEnabledStatusBySide(LEFT); in readConfigs()147 mShowRight = mSystemBarConfigs.getEnabledStatusBySide(RIGHT); in readConfigs()696 mSystemBarConfigs.resetSystemBarConfigs(); in resetSystemBarConfigs()