Lines Matching refs:assets
37 AssetManager2 assets; in BM_ThemeApplyStyleFramework() local
38 assets.SetApkAssets({apk}); in BM_ThemeApplyStyleFramework()
41 auto theme = assets.NewTheme(); in BM_ThemeApplyStyleFramework()
48 AssetManager assets; in BM_ThemeApplyStyleFrameworkOld() local
49 if (!assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */, in BM_ThemeApplyStyleFrameworkOld()
55 const ResTable& res_table = assets.getResources(true); in BM_ThemeApplyStyleFrameworkOld()
67 AssetManager2 assets; in BM_ThemeGetAttribute() local
68 assets.SetApkAssets({apk}); in BM_ThemeGetAttribute()
70 auto theme = assets.NewTheme(); in BM_ThemeGetAttribute()
80 AssetManager assets; in BM_ThemeGetAttributeOld() local
81 assets.addAssetPath(String8(kFrameworkPath), nullptr /* cookie */, false /* appAsLib */, in BM_ThemeGetAttributeOld()
83 const ResTable& res_table = assets.getResources(true); in BM_ThemeGetAttributeOld()