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()342 List<SystemBarConfig> systemBarsByZOrder = new ArrayList<>(mSystemBarConfigMap.values()); in sortSystemBarSidesByZOrder()344 systemBarsByZOrder.sort(new Comparator<SystemBarConfig>() { in sortSystemBarSidesByZOrder()346 public int compare(SystemBarConfig o1, SystemBarConfig o2) { in sortSystemBarSidesByZOrder()[all …]