Home
last modified time | relevance | path

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

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