Searched refs:buttonBackgroundStyles (Results 1 – 1 of 1) sorted by relevance
213 List<ButtonInfo> buttonInfoList, List<Drawable> buttonBackgroundStyles) { in setupBackgrounds() argument214 for (int i = 0; i < buttonBackgroundStyles.size(); i++) { in setupBackgrounds()215 buttonInfoList.get(i).mButton.setBackground(buttonBackgroundStyles.get(i)); in setupBackgrounds()220 List<ButtonInfo> buttonInfoList, List<Drawable> buttonBackgroundStyles) { in setupRtlBackgrounds() argument221 for (int i = buttonBackgroundStyles.size() - 1; i >= 0; i--) { in setupRtlBackgrounds()222 buttonInfoList.get(buttonBackgroundStyles.size() - 1 - i) in setupRtlBackgrounds()223 .mButton.setBackground(buttonBackgroundStyles.get(i)); in setupRtlBackgrounds()