Searched refs:SystemBarConfigsImpl (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; 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() 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() 153 mSystemBarConfigs = new SystemBarConfigsImpl(mContext, mResources); in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams() [all …]
|
D | CarSystemBarViewTest.java | 136 SystemBarConfigs systemBarConfigs = new SystemBarConfigsImpl(getContext(), in getSystemBarViewController()
|
D | CarSystemBarTest.java | 228 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in initCarSystemBar() 540 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
|
D | CarSystemBarControllerTest.java | 207 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in setUp()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigsImpl.java | 62 public class SystemBarConfigsImpl implements SystemBarConfigs { class 108 public SystemBarConfigsImpl(Context context, @Main Resources resources) { in SystemBarConfigsImpl() method in SystemBarConfigsImpl
|
D | CarSystemBarModule.java | 348 public abstract SystemBarConfigs bindSystemBarConfigs(SystemBarConfigsImpl impl); in bindSystemBarConfigs()
|