HomeSort by relevance Sort by last modified time
    Searched refs:GetBag (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/androidfw/tests/
AssetManager2_test.cpp 209 const ResolvedBag* bag = assetmanager.GetBag(basic::R::array::integerArray1);
236 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme);
251 const ResolvedBag* bag_one = assetmanager.GetBag(app::R::style::StyleOne);
265 const ResolvedBag* bag_two = assetmanager.GetBag(app::R::style::StyleTwo);
AssetManager2_bench.cpp 173 const ResolvedBag* bag = assets.GetBag(app::R::style::StyleTwo);
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 220 // const AssetManager2::ResolvedBag* bag = asset_manager->GetBag(id);
226 const ResolvedBag* GetBag(uint32_t resid);
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 456 const ResolvedBag* AssetManager2::GetBag(uint32_t resid) {
523 const ResolvedBag* parent_bag = GetBag(parent_resid);
707 const ResolvedBag* bag = asset_manager_->GetBag(resid);
    [all...]

Completed in 143 milliseconds