Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java124 return getBar(isSetUp, Type.TOP_WITH_DOCK, Type.TOP_UNPROVISIONED); in getTopBar()
126 return getBar(isSetUp, Type.TOP, Type.TOP_UNPROVISIONED); in getTopBar()
132 return getBar(isSetUp, Type.BOTTOM_WITH_DOCK, Type.BOTTOM_UNPROVISIONED); in getBottomBar()
134 return getBar(isSetUp, Type.BOTTOM, Type.BOTTOM_UNPROVISIONED); in getBottomBar()
139 return getBar(isSetUp, Type.LEFT, Type.LEFT_UNPROVISIONED); in getLeftBar()
144 return getBar(isSetUp, Type.RIGHT, Type.RIGHT_UNPROVISIONED); in getRightBar()
170 private CarSystemBarView getBar(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBar() method