Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java114 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar()
119 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar()
124 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar()
129 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar()
144 private CarSystemBarView getBar(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBar()
156 private CarSystemBarView getBarCached(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBarCached()
DCarSystemBarController.java389 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar()
413 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar()
426 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar()
439 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar()
583 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons()
603 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons()
623 public void showAllOcclusionButtons(boolean isSetUp) { in showAllOcclusionButtons()
640 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator()
674 private void checkAllBars(boolean isSetUp) { in checkAllBars()
DCarSystemBarView.java131 boolean isSetUp) { in setupQuickControlsEntryPoints()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java240 boolean isSetUp() { in isSetUp() method in FloatingHeaderView