Searched refs:GetAssetManager (Results 1 – 5 of 5) sorted by relevance
1332 CHECK(theme.GetAssetManager() == assetmanager); in nativeApplyStyle()1414 CHECK(theme.GetAssetManager() == assetmanager); in nativeResolveAttrs()1508 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeApplyStyle()1541 CHECK(dst_theme.GetAssetManager() == dst_assetmanager); in nativeThemeCopy()1545 CHECK(src_theme.GetAssetManager() == src_assetmanager); in nativeThemeCopy()1568 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeGetAttributeValue()1582 … theme.GetAssetManager().ResolveReference(cookie, value, selected_config, flags, ref); in nativeThemeGetAttributeValue()1597 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeDump()
1328 CHECK(theme.GetAssetManager() == assetmanager); in nativeApplyStyle()1410 CHECK(theme.GetAssetManager() == assetmanager); in nativeResolveAttrs()1504 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeApplyStyle()1538 CHECK(dst_theme.GetAssetManager() == dst_assetmanager); in nativeThemeCopy()1542 CHECK(src_theme.GetAssetManager() == src_assetmanager); in nativeThemeCopy()1566 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeGetAttributeValue()1580 theme.GetAssetManager().ResolveReference(cookie, value, selected_config, flags, ref); in nativeThemeGetAttributeValue()1595 CHECK(theme.GetAssetManager() == assetmanager); in nativeThemeDump()
98 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ResolveAttrs()245 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ApplyStyle()
102 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ResolveAttrs()249 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ApplyStyle()
1358 public CppAssetManager2 GetAssetManager() { return asset_manager_; } in GetAssetManager() method in CppAssetManager2.Theme