Searched refs:GetBag (Results 1 – 7 of 7) sorted by relevance
231 const ResolvedBag* bag = assetmanager.GetBag(basic::R::array::integerArray1); in TEST_F()258 const ResolvedBag* bag = assetmanager.GetBag(fix_package_id(lib_one::R::style::Theme, 0x03)); in TEST_F()277 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme); in TEST_F()292 const ResolvedBag* bag_one = assetmanager.GetBag(app::R::style::StyleOne); in TEST_F()306 const ResolvedBag* bag_two = assetmanager.GetBag(app::R::style::StyleTwo); in TEST_F()358 const ResolvedBag* bag_one = assetmanager.GetBag(app::R::style::StyleFour); in TEST_F()
142 const ResolvedBag* bag = assets.GetBag(app::R::style::StyleTwo); in BM_AssetManagerGetBag()
255 const ResolvedBag* GetBag(uint32_t resid);308 const ResolvedBag* GetBag(uint32_t resid, std::vector<uint32_t>& child_resids);
92 default_style_bag = assetmanager->GetBag(def_style_res); in ResolveAttrs()252 default_style_bag = assetmanager->GetBag(def_style_resid); in ApplyStyle()263 xml_style_bag = assetmanager->GetBag(style_resid); in ApplyStyle()
761 GetBag(resid, found_resids); in GetBagResIdStack()768 const ResolvedBag* AssetManager2::GetBag(uint32_t resid) { in GetBag() function in android::AssetManager2770 auto bag = GetBag(resid, found_resids); in GetBag()780 const ResolvedBag* AssetManager2::GetBag(uint32_t resid, std::vector<uint32_t>& child_resids) { in GetBag() function in android::AssetManager2859 const ResolvedBag* parent_bag = GetBag(parent_resid, child_resids); in GetBag()1128 const ResolvedBag* bag = asset_manager_->GetBag(resid); in ApplyStyle()
770 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceBagValue()803 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetStyleAttributes()823 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceStringArray()879 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceStringArrayInfo()921 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceIntArray()959 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceArraySize()969 const ResolvedBag* bag = assetmanager->GetBag(static_cast<uint32_t>(resid)); in NativeGetResourceArray()
271 const android::ResolvedBag* bag = am.GetBag(id.id); in LookupAttributeInTable()