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.java110 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar()
115 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar()
120 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar()
125 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar()
140 private CarSystemBarView getBar(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBar()
152 private CarSystemBarView getBarCached(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBarCached()
DCarSystemBarController.java365 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar()
389 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar()
402 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar()
415 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar()
569 public void showAllNavigationButtons(boolean isSetUp) { in showAllNavigationButtons()
589 public void showAllKeyguardButtons(boolean isSetUp) { in showAllKeyguardButtons()
609 public void showAllOcclusionButtons(boolean isSetUp) { in showAllOcclusionButtons()
626 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator()
660 private void checkAllBars(boolean isSetUp) { in checkAllBars()
DCarSystemBarView.java112 boolean isSetUp) { in setupQuickControlsEntryPoints()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java240 boolean isSetUp() { in isSetUp() method in FloatingHeaderView