Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java77 private final CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in StatusIconPanelViewController
201 mCarSystemBarElementInitializer = elementInitializer; in StatusIconPanelViewController()
430 mCarSystemBarElementInitializer.initializeCarSystemBarElements(rootView); in initQCElementViews()
494 private final CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in StatusIconPanelViewController.Builder
518 mCarSystemBarElementInitializer = elementInitializer; in Builder()
578 mCarSystemBarElementInitializer, anchorView, layoutRes, widthRes, mXOffset, in build()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java70 private final CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in CarSystemBarViewFactory
98 mCarSystemBarElementInitializer = elementInitializer; in CarSystemBarViewFactory()
199 mCarSystemBarElementInitializer.initializeCarSystemBarElements(view)); in getBarCached()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewControllerTest.java82 private CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in StatusIconPanelViewControllerTest
97 mDeviceProvisionedController, mCarSystemBarElementInitializer).build(mAnchorView, in setUp()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/userpicker/
DUserPickerBaseTestActivity.java44 mCarSystemBarElementInitializer = mock(CarSystemBarElementInitializer.class); in UserPickerBaseTestActivity()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserPickerActivity.java74 CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in UserPickerActivity
215 mCarSystemBarElementInitializer.initializeCarSystemBarElements((ViewGroup) bottomBar); in initViews()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java107 private CarSystemBarElementInitializer mCarSystemBarElementInitializer; field in CarSystemBarControllerTest
120 mock(UserTracker.class), mCarSystemBarElementInitializer); in setUp()