Searched refs:mSystemBarConfigs (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigsTest.java | 70 private SystemBarConfigsImpl mSystemBarConfigs; field in SystemBarConfigsTest 82 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_allSystemBarsEnabled_eachHasUniqueBarTypes_doesNotThrowException() 90 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_allSystemBarsEnabled_twoBarsHaveDuplicateType_throwsRuntimeException() 95 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_allSystemBarsEnabled_systemBarTypesSortedByZOrder() 96 List<Integer> actualOrder = mSystemBarConfigs.getSystemBarSidesByZOrder(); in onInit_allSystemBarsEnabled_systemBarTypesSortedByZOrder() 111 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_intersectingBarsHaveSameZOrder_throwsRuntimeException() 121 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException() 130 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_topNotifPanelViewMediatorUsed_topBarEnabled_doesNotThrowException() 139 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_topNotifPanelViewMediatorUsed_topBarNotEnabled_throwsRuntimeException() 148 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in onInit_notificationPanelViewMediatorUsed_topBarNotEnabled_doesNotThrowException() [all …]
|
D | CarSystemBarControllerTest.java | 159 private SystemBarConfigs mSystemBarConfigs; field in CarSystemBarControllerTest 206 mSystemBarConfigs = in setUp() 216 carSystemBarElementInitializer, mSystemBarConfigs, in setUp() 230 new CarSystemBarViewFactoryImpl(mSpiedContext, factoriesMap, mSystemBarConfigs); in setUp() 261 mSystemBarConfigs, in initCarSystemBar()
|
D | CarSystemBarTest.java | 163 private SystemBarConfigs mSystemBarConfigs; field in CarSystemBarTest 539 mSystemBarConfigs = in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarControllerImpl.java | 113 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBarControllerImpl 234 mSystemBarConfigs = systemBarConfigs; in CarSystemBarControllerImpl() 262 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(side -> { in init() 263 mHideBarForKeyboardMap.put(side, mSystemBarConfigs.getHideForKeyboardBySide(side)); in init() 456 return mSystemBarConfigs.getSystemBarSidesByZOrder().stream().allMatch(side -> { in checkSystemBarWindowContextsAreUpdated() 457 Configuration windowConfig = mSystemBarConfigs.getWindowContextBySide( in checkSystemBarWindowContextsAreUpdated() 466 Map<Integer, Bundle> savedStates = mSystemBarConfigs.getSystemBarSidesByZOrder().stream() in cacheSystemBarCurrentState() 479 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(side -> { in restoreSystemBarSavedState() 486 mSystemBarConfigs.getSystemBarSidesByZOrder().forEach(side -> { in readConfigs() 487 mSystemBarEnabledMap.put(side, mSystemBarConfigs.getEnabledStatusBySide(side)); in readConfigs() [all …]
|
D | CarSystemBarViewFactoryImpl.java | 44 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBarViewFactoryImpl 54 mSystemBarConfigs = systemBarConfigs; in CarSystemBarViewFactoryImpl() 83 ViewGroup window = mSystemBarConfigs.getWindowLayoutBySide(side); in getWindowCached() 94 ViewGroup barView = mSystemBarConfigs.getSystemBarLayoutBySide(side, isSetUp); in getBarCached()
|
D | CarSystemBarViewControllerImpl.java | 61 private final SystemBarConfigs mSystemBarConfigs; field in CarSystemBarViewControllerImpl 92 mSystemBarConfigs = systemBarConfigs; in CarSystemBarViewControllerImpl() 207 mSystemBarConfigs.insetSystemBar(mSide, mView); in onViewAttached()
|