Searched refs:SystemBarConfigs (Results 1 – 9 of 9) sorted by relevance
67 private SystemBarConfigs mSystemBarConfigs;79 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()95 expectedOrder.add(SystemBarConfigs.LEFT); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()96 expectedOrder.add(SystemBarConfigs.RIGHT); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()97 expectedOrder.add(SystemBarConfigs.TOP); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()98 expectedOrder.add(SystemBarConfigs.BOTTOM); in onInit_allSystemBarsEnabled_systemBarSidesSortedByZOrder()108 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_intersectingBarsHaveSameZOrder_throwsRuntimeException()118 mSystemBarConfigs = new SystemBarConfigs(mResources); in onInit_hideBottomSystemBarForKeyboardValueDoNotSync_throwsRuntimeException()[all …]
23 import static com.android.systemui.car.systembar.SystemBarConfigs.BOTTOM;24 import static com.android.systemui.car.systembar.SystemBarConfigs.LEFT;25 import static com.android.systemui.car.systembar.SystemBarConfigs.RIGHT;26 import static com.android.systemui.car.systembar.SystemBarConfigs.TOP;137 private SystemBarConfigs mSystemBarConfigs;180 mSystemBarConfigs = new SystemBarConfigs(mTestableResources.getResources()); in initCarSystemBar()504 mSystemBarConfigs = new SystemBarConfigs(mTestableResources.getResources()); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()
140 new SystemBarConfigs(mTestableResources.getResources()), in createSystemBarController()
50 private final SystemBarConfigs mSystemBarConfigs;60 public CarSystemBarMediator(CarSystemBar carSystemBar, SystemBarConfigs systemBarConfigs, in CarSystemBarMediator()
19 import static com.android.systemui.car.systembar.SystemBarConfigs.BOTTOM;20 import static com.android.systemui.car.systembar.SystemBarConfigs.LEFT;21 import static com.android.systemui.car.systembar.SystemBarConfigs.RIGHT;22 import static com.android.systemui.car.systembar.SystemBarConfigs.TOP;76 private final SystemBarConfigs mSystemBarConfigs;124 SystemBarConfigs systemBarConfigs, in CarSystemBarController()
23 import static com.android.systemui.car.systembar.SystemBarConfigs.BOTTOM;24 import static com.android.systemui.car.systembar.SystemBarConfigs.LEFT;25 import static com.android.systemui.car.systembar.SystemBarConfigs.RIGHT;26 import static com.android.systemui.car.systembar.SystemBarConfigs.TOP;125 private final SystemBarConfigs mSystemBarConfigs;186 SystemBarConfigs systemBarConfigs, in CarSystemBar()
60 public class SystemBarConfigs { class62 private static final String TAG = SystemBarConfigs.class.getSimpleName();110 public SystemBarConfigs(@Main Resources resources) { in SystemBarConfigs() method in SystemBarConfigs
143 SystemBarConfigs systemBarConfigs, in provideCarSystemBarController()
30 import com.android.systemui.car.systembar.SystemBarConfigs;78 mBarType = SystemBarConfigs.BAR_PROVIDER_MAP[context.getResources().getInteger( in CarPrivacyChipViewController()