Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactoryImpl.java51 SystemBarConfigs systemBarConfigs) { in CarSystemBarViewFactoryImpl() argument
54 mSystemBarConfigs = systemBarConfigs; in CarSystemBarViewFactoryImpl()
DCarTopSystemBarViewController.java60 SystemBarConfigs systemBarConfigs, in CarTopSystemBarViewController() argument
71 systemBarConfigs, in CarTopSystemBarViewController()
DMDSystemBarsControllerImpl.java68 SystemBarConfigs systemBarConfigs, in MDSystemBarsControllerImpl() argument
88 systemBarConfigs, in MDSystemBarsControllerImpl()
DCarSystemBarModule.java149 SystemBarConfigs systemBarConfigs, in provideCarSystemBarController() argument
179 carSystemBarViewFactory, systemBarConfigs, lightBarController, in provideCarSystemBarController()
186 systemBarConfigs, lightBarController, darkIconDispatcher, windowManager, in provideCarSystemBarController()
DCarSystemBarViewControllerImpl.java80 SystemBarConfigs systemBarConfigs, in CarSystemBarViewControllerImpl() argument
92 mSystemBarConfigs = systemBarConfigs; in CarSystemBarViewControllerImpl()
DCarSystemBarControllerImpl.java213 SystemBarConfigs systemBarConfigs, in CarSystemBarControllerImpl() argument
234 mSystemBarConfigs = systemBarConfigs; in CarSystemBarControllerImpl()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewTest.java136 SystemBarConfigs systemBarConfigs = new SystemBarConfigsImpl(getContext(), in getSystemBarViewController() local
141 systemBarConfigs, in getSystemBarViewController()
DCarSystemBarTest.java227 SystemBarConfigs systemBarConfigs = in initCarSystemBar() local
233 systemBarConfigs, in initCarSystemBar()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java77 SystemBarConfigs systemBarConfigs) { in CarPrivacyChipViewController() argument
82 mBarType = systemBarConfigs.getInsetsFrameProvider(context.getResources().getInteger( in CarPrivacyChipViewController()