Searched refs:GetBag (Results 1 – 4 of 4) sorted by relevance
209 const ResolvedBag* bag = assetmanager.GetBag(basic::R::array::integerArray1); in TEST_F()236 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme); in TEST_F()251 const ResolvedBag* bag_one = assetmanager.GetBag(app::R::style::StyleOne); in TEST_F()265 const ResolvedBag* bag_two = assetmanager.GetBag(app::R::style::StyleTwo); in TEST_F()
173 const ResolvedBag* bag = assets.GetBag(app::R::style::StyleTwo); in BM_AssetManagerGetBag()
226 const ResolvedBag* GetBag(uint32_t resid);
456 const ResolvedBag* AssetManager2::GetBag(uint32_t resid) { in GetBag() function in android::AssetManager2523 const ResolvedBag* parent_bag = GetBag(parent_resid); in GetBag()707 const ResolvedBag* bag = asset_manager_->GetBag(resid); in ApplyStyle()