Home
last modified time | relevance | path

Searched refs:mStyleInheritanceMap (Results 1 – 1 of 1) sorted by relevance

/sdk/sdk_common/src/com/android/ide/common/resources/
DResourceResolver.java41 private final Map<StyleResourceValue, StyleResourceValue> mStyleInheritanceMap = field in ResourceResolver
138 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()