Searched refs:themes (Results 1 – 4 of 4) sorted by relevance
46 int[] themes = in data() local62 for (int theme : themes) { in data()
88 val themes = document.createElement("themes") in generateThemeStyles() constant89 document.appendWithBreak(themes) in generateThemeStyles()98 themes.appendChild(theme) in generateThemeStyles()
1523 final String[] themes = new String[n * 2];1524 for (int i = 0, j = n - 1; i < themes.length; i += 2, --j) {1528 themes[i] = getResourceName(resId);1530 themes[i] = Integer.toHexString(i);1532 themes[i + 1] = forced ? "forced" : "not forced";1534 return themes;
2291 List<StyleResourceValue> themes, int resId) { in get() argument2297 cacheFromThemes.get(themes); in get()2305 public void put(int[] attrs, List<StyleResourceValue> themes, int resId, in put() argument2311 cacheFromThemes.computeIfAbsent(themes, k -> new HashMap<>()); in put()