Home
last modified time | relevance | path

Searched refs:mCarSystemBarViewFactory (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java66 private final CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarController
131 mCarSystemBarViewFactory = carSystemBarViewFactory; in CarSystemBarController()
198 return mShowTop ? mCarSystemBarViewFactory.getTopWindow() : null; in getTopWindow()
204 return mShowBottom ? mCarSystemBarViewFactory.getBottomWindow() : null; in getBottomWindow()
210 return mShowLeft ? mCarSystemBarViewFactory.getLeftWindow() : null; in getLeftWindow()
216 return mShowRight ? mCarSystemBarViewFactory.getRightWindow() : null; in getRightWindow()
370 mTopView = mCarSystemBarViewFactory.getTopBar(isSetUp); in getTopBar()
394 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()
407 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
420 mRightView = mCarSystemBarViewFactory.getRightBar(isSetUp); in getRightBar()
[all …]
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactoryTest.java45 private CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarViewFactoryTest
57 mCarSystemBarViewFactory = new CarSystemBarViewFactory(mContext, in setUp()
64 mCarSystemBarViewFactory.callQuickControlsOnClickFromClassName("testClsName"); in callQuickControlsOnClickFromClass_callOnClick()
DCarSystemBarControllerTest.java75 private CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarControllerTest
114 mCarSystemBarViewFactory = new CarSystemBarViewFactory(mSpiedContext, mFeatureFlags, in setUp()
123 return new CarSystemBarController(mSpiedContext, mCarSystemBarViewFactory, in createSystemBarController()