Searched refs:mStyleInheritanceMap (Results 1 – 1 of 1) sorted by relevance
41 private final Map<StyleResourceValue, StyleResourceValue> mStyleInheritanceMap = field in ResourceResolver138 childTheme = mStyleInheritanceMap.get(childTheme); in themeIsParentOf()177 if (item == null && mStyleInheritanceMap != null) { in findItemInStyle()178 StyleResourceValue parentStyle = mStyleInheritanceMap.get(style); in findItemInStyle()476 mStyleInheritanceMap.put(style, parentStyle); in computeStyleInheritance()