Searched refs:mStyleInheritanceMap (Results 1 – 1 of 1) sorted by relevance
52 private final Map<StyleResourceValue, StyleResourceValue> mStyleInheritanceMap = field in ResourceResolver149 childTheme = mStyleInheritanceMap.get(childTheme); in themeIsParentOf()173 if (item == null && mStyleInheritanceMap != null) { in findItemInStyle()174 StyleResourceValue parentStyle = mStyleInheritanceMap.get(style); in findItemInStyle()468 mStyleInheritanceMap.put(style, parentStyle); in computeStyleInheritance()