Searched refs:SystemBarConfig (Results 1 – 1 of 1) sorted by relevance
84 private final Map<@SystemBarSide Integer, SystemBarConfig> mSystemBarConfigMap =148 SystemBarConfig currentConfig = mSystemBarConfigMap.get(side); in updateInsetPaddings()208 SystemBarConfig topBarConfig = in readConfigs()222 SystemBarConfig bottomBarConfig = in readConfigs()237 SystemBarConfig leftBarConfig = in readConfigs()251 SystemBarConfig rightBarConfig = in readConfigs()269 for (SystemBarConfig systemBarConfig : mSystemBarConfigMap.values()) { in checkEnabledBarsHaveUniqueBarTypes()344 systemBarsByZOrder.sort(new Comparator<SystemBarConfig>() { in sortSystemBarSidesByZOrder()346 public int compare(SystemBarConfig o1, SystemBarConfig o2) { in sortSystemBarSidesByZOrder()407 private static final class SystemBarConfig { class in SystemBarConfigs[all …]