Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java156 barVisibilities.get(LEFT) ? mSystemBarConfigMap.get(LEFT).getGirth() : 0); in updateInsetPaddings()
161 barVisibilities.get(RIGHT) ? mSystemBarConfigMap.get(RIGHT).getGirth() : 0); in updateInsetPaddings()
168 barVisibilities.get(TOP) ? mSystemBarConfigMap.get(TOP).getGirth() : 0); in updateInsetPaddings()
173 barVisibilities.get(BOTTOM) ? mSystemBarConfigMap.get(BOTTOM).getGirth() in updateInsetPaddings()
433 private int getGirth() { in getGirth() method in SystemBarConfigs.SystemBarConfig