Home
last modified time | relevance | path

Searched refs:SystemBarConfigs (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java67 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 …]
DCarSystemBarTest.java23 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()
DCarSystemBarControllerTest.java140 new SystemBarConfigs(mTestableResources.getResources()), in createSystemBarController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarMediator.java50 private final SystemBarConfigs mSystemBarConfigs;
60 public CarSystemBarMediator(CarSystemBar carSystemBar, SystemBarConfigs systemBarConfigs, in CarSystemBarMediator()
DCarSystemBarController.java19 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()
DCarSystemBar.java23 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()
DSystemBarConfigs.java60 public class SystemBarConfigs { class
62 private static final String TAG = SystemBarConfigs.class.getSimpleName();
110 public SystemBarConfigs(@Main Resources resources) { in SystemBarConfigs() method in SystemBarConfigs
DCarSystemBarModule.java143 SystemBarConfigs systemBarConfigs, in provideCarSystemBarController()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java30 import com.android.systemui.car.systembar.SystemBarConfigs;
78 mBarType = SystemBarConfigs.BAR_PROVIDER_MAP[context.getResources().getInteger( in CarPrivacyChipViewController()