Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java509 private void checkOverlappingBarsHaveDifferentZOrders(@SystemBarSide int horizontalSide, in checkOverlappingBarsHaveDifferentZOrders() argument
512 if (isVerticalBar(horizontalSide) || isHorizontalBar(verticalSide)) { in checkOverlappingBarsHaveDifferentZOrders()
518 SystemBarConfig horizontalBarConfig = mSystemBarConfigMap.get(horizontalSide); in checkOverlappingBarsHaveDifferentZOrders()
527 BAR_TITLE_MAP.get(horizontalSide) + " " + BAR_TITLE_MAP.get(verticalSide) in checkOverlappingBarsHaveDifferentZOrders()