Searched refs:mCarSystemBarViewFactory (Results 1 – 3 of 3) sorted by relevance
66 private final CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarController131 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 …]
45 private CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarViewFactoryTest57 mCarSystemBarViewFactory = new CarSystemBarViewFactory(mContext, in setUp()64 mCarSystemBarViewFactory.callQuickControlsOnClickFromClassName("testClsName"); in callQuickControlsOnClickFromClass_callOnClick()
75 private CarSystemBarViewFactory mCarSystemBarViewFactory; field in CarSystemBarControllerTest114 mCarSystemBarViewFactory = new CarSystemBarViewFactory(mSpiedContext, mFeatureFlags, in setUp()123 return new CarSystemBarController(mSpiedContext, mCarSystemBarViewFactory, in createSystemBarController()