Home
last modified time | relevance | path

Searched refs:SystemBarConfigsImpl (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java70 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 …]
DCarSystemBarViewTest.java136 SystemBarConfigs systemBarConfigs = new SystemBarConfigsImpl(getContext(), in getSystemBarViewController()
DCarSystemBarTest.java228 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in initCarSystemBar()
540 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
DCarSystemBarControllerTest.java207 new SystemBarConfigsImpl(mSpiedContext, mTestableResources.getResources()); in setUp()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigsImpl.java62 public class SystemBarConfigsImpl implements SystemBarConfigs { class
108 public SystemBarConfigsImpl(Context context, @Main Resources resources) { in SystemBarConfigsImpl() method in SystemBarConfigsImpl
DCarSystemBarModule.java348 public abstract SystemBarConfigs bindSystemBarConfigs(SystemBarConfigsImpl impl); in bindSystemBarConfigs()