Home
last modified time | relevance | path

Searched refs:isSetUp (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java122 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() argument
124 return getBar(isSetUp, Type.TOP_WITH_DOCK, Type.TOP_UNPROVISIONED); in getTopBar()
126 return getBar(isSetUp, Type.TOP, Type.TOP_UNPROVISIONED); in getTopBar()
130 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() argument
132 return getBar(isSetUp, Type.BOTTOM_WITH_DOCK, Type.BOTTOM_UNPROVISIONED); in getBottomBar()
134 return getBar(isSetUp, Type.BOTTOM, Type.BOTTOM_UNPROVISIONED); in getBottomBar()
138 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() argument
139 return getBar(isSetUp, Type.LEFT, Type.LEFT_UNPROVISIONED); in getLeftBar()
143 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() argument
144 return getBar(isSetUp, Type.RIGHT, Type.RIGHT_UNPROVISIONED); in getRightBar()
[all …]
DCarSystemBarController.java350 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() argument
355 mTopView = mCarSystemBarViewFactory.getTopBar(isSetUp); in getTopBar()
360 if (isSetUp) { in getTopBar()
375 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() argument
380 mBottomView = mCarSystemBarViewFactory.getBottomBar(isSetUp); in getBottomBar()
390 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() argument
395 mLeftView = mCarSystemBarViewFactory.getLeftBar(isSetUp); in getLeftBar()
404 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() argument
409 mRightView = mCarSystemBarViewFactory.getRightBar(isSetUp); in getRightBar()
571 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons() argument
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java240 boolean isSetUp() { in isSetUp() method in FloatingHeaderView
DActivityAllAppsContainerView.java628 if (mHeader.isSetUp()) { in rebindAdapters()
1216 if (mHeader.isSetUp()) { in updateSearchResultsVisibility()