Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java381 SystemBarConfig horizontalBarConfig = mSystemBarConfigMap.get(horizontalSide); in checkOverlappingBarsHaveDifferentZOrders() local
384 if (verticalBarConfig != null && horizontalBarConfig != null) { in checkOverlappingBarsHaveDifferentZOrders()
385 int horizontalBarZOrder = horizontalBarConfig.getZOrder(); in checkOverlappingBarsHaveDifferentZOrders()