Searched refs:GetAssetManager (Results 1 – 7 of 7) sorted by relevance
44 const AssetManager2& GetAssetManager() { in GetAssetManager() function in android::idmap2::ResourceUtilsTests54 Result<std::string> name = utils::ResToTypeEntryName(GetAssetManager(), R::target::integer::int1); in TEST_F()60 Result<std::string> name = utils::ResToTypeEntryName(GetAssetManager(), 0x7f123456U); in TEST_F()
75 auto result = theme->GetAssetManager()->ResolveBag(*value); in GetStyleBag()84 return theme->GetAssetManager()->GetBag(fallback_resid); in GetStyleBag()108 return theme->GetAssetManager()->ResolveBag(*result); in GetXmlStyleBag()113 return theme->GetAssetManager()->GetBag(value.data); in GetXmlStyleBag()130 const AssetManager2* assetmanager = theme->GetAssetManager(); in ResolveAttrs()229 const AssetManager2* assetmanager = theme->GetAssetManager(); in ApplyStyle()
550 AssetManager2* GetAssetManager() { in GetAssetManager() function554 const AssetManager2* GetAssetManager() const { in GetAssetManager() function
1077 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeAttributeResolutionStack()1112 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeApplyStyle()1187 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeResolveAttrs()1278 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeApplyStyle()1335 CHECK(src_theme->GetAssetManager() == &(*src_assetmanager)); in NativeThemeCopy()1340 CHECK(dst_theme->GetAssetManager() == &(*dst_assetmanager)); in NativeThemeCopy()1354 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeGetAttributeValue()1366 auto result = theme->GetAssetManager()->ResolveReference(*value); in NativeThemeGetAttributeValue()1377 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeDump()
205 android::AssetManager2* GetAssetManager() { in GetAssetManager() function
69 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
904 ExtractCompileSdkVersions(asset_source->GetAssetManager()); in LoadSymbolsFromIncludePaths()