Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/tests/
DResourceUtilsTests.cpp42 const AssetManager2& GetAssetManager() { in GetAssetManager() function in android::idmap2::ResourceUtilsTests
52 Result<std::string> name = utils::ResToTypeEntryName(GetAssetManager(), 0x7f010000U); in TEST_F()
58 Result<std::string> name = utils::ResToTypeEntryName(GetAssetManager(), 0x7f123456U); in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h437 inline const AssetManager2* GetAssetManager() const { in GetAssetManager() function
441 inline AssetManager2* GetAssetManager() { in GetAssetManager() function
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1189 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeAttributeResolutionStack()
1227 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeApplyStyle()
1302 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeResolveAttrs()
1387 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeApplyStyle()
1404 CHECK(dst_theme->GetAssetManager() == &(*dst_assetmanager)); in NativeThemeCopy()
1408 CHECK(src_theme->GetAssetManager() == &(*src_assetmanager)); in NativeThemeCopy()
1426 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeGetAttributeValue()
1440 theme->GetAssetManager()->ResolveReference(cookie, &value, &selected_config, &flags, &ref); in NativeThemeGetAttributeValue()
1452 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeDump()
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp72 AssetManager2* assetmanager = theme->GetAssetManager(); in ResolveAttrs()
213 AssetManager2* assetmanager = theme->GetAssetManager(); in ApplyStyle()
/frameworks/base/tools/aapt2/process/
DSymbolTable.h205 android::AssetManager2* GetAssetManager() { in GetAssetManager() function
/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp69 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp888 ExtractCompileSdkVersions(asset_source->GetAssetManager()); in LoadSymbolsFromIncludePaths()