Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java1332 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()
DShadowArscAssetManager9.java1328 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()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAttributeResolution9.java98 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ResolveAttrs()
245 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ApplyStyle()
DAttributeResolution10.java102 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ResolveAttrs()
249 CppAssetManager2 assetmanager = theme.GetAssetManager(); in ApplyStyle()
DCppAssetManager2.java1358 public CppAssetManager2 GetAssetManager() { return asset_manager_; } in GetAssetManager() method in CppAssetManager2.Theme