Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h358 inline const AssetManager2* GetAssetManager() const { in GetAssetManager() function
362 inline AssetManager2* GetAssetManager() { in GetAssetManager() function
/frameworks/base/tools/aapt2/process/
DSymbolTable_test.cpp109 asset_manager_source->GetAssetManager()->getResources(false /*required*/)); in TEST()
DSymbolTable.h204 android::AssetManager* GetAssetManager() { in GetAssetManager() function
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp72 AssetManager2* assetmanager = theme->GetAssetManager(); in ResolveAttrs()
213 AssetManager2* assetmanager = theme->GetAssetManager(); in ApplyStyle()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1037 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeApplyStyle()
1112 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeResolveAttrs()
1197 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeApplyStyle()
1226 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeGetAttributeValue()
1240 theme->GetAssetManager()->ResolveReference(cookie, &value, &selected_config, &flags, &ref); in NativeThemeGetAttributeValue()
1252 CHECK(theme->GetAssetManager() == &(*assetmanager)); in NativeThemeDump()
/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp67 EXPECT_EQ(&assetmanager, theme->GetAssetManager()); in TEST_F()
/frameworks/base/tools/aapt2/cmd/
DLink.cpp920 ExtractCompileSdkVersions(asset_source->GetAssetManager()); in LoadSymbolsFromIncludePaths()