Searched refs:themes (Results 1 – 3 of 3) sorted by relevance
46 int[] themes = in data() local62 for (int theme : themes) { in data()
1456 final String[] themes = new String[N * 2]; in getTheme() local1457 for (int i = 0, j = N - 1; i < themes.length; i += 2, --j) { in getTheme()1461 themes[i] = getResourceName(resId); in getTheme()1463 themes[i] = Integer.toHexString(i); in getTheme()1465 themes[i + 1] = forced ? "forced" : "not forced"; in getTheme()1467 return themes; in getTheme()
2118 List<StyleResourceValue> themes, int resId) { in get() argument2124 cacheFromThemes.get(themes); in get()2132 public void put(int[] attrs, List<StyleResourceValue> themes, int resId, in put() argument2138 cacheFromThemes.computeIfAbsent(themes, k -> new HashMap<>()); in put()