Searched refs:resolveStyle (Results 1 – 1 of 1) sorted by relevance
920 Style style = nativeTheme.getShadowAssetManager().resolveStyle(styleRes, null); in applyThemeStyle()1014 Style resolveStyle(int resId, Style themeStyleSet) { in resolveStyle() method in ShadowLegacyAssetManager1015 return resolveStyle(getResName(resId), themeStyleSet); in resolveStyle()1018 private Style resolveStyle(@Nonnull ResName themeStyleName, Style themeStyleSet) { in resolveStyle() method in ShadowLegacyAssetManager1112 defStyleFromAttr = resolveStyle(defStyleResName, themeStyleSet); in buildTypedValue()1132 styleAttrStyle = resolveStyle(styleAttributeResName, themeStyleSet); in buildTypedValue()1149 defStyleFromRes = resolveStyle(resName, themeStyleSet); in buildTypedValue()