Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager2.cpp397 const uint8_t package_idx = package_ids_[package_id]; in FindEntry() local
398 if (package_idx == 0xff) { in FindEntry()
404 const PackageGroup& package_group = package_groups_[package_idx]; in FindEntry()
657 const uint8_t package_idx = package_ids_[get_package_id(resid)]; in GetResourceName() local
658 if (package_idx == 0xff) { in GetResourceName()
664 const PackageGroup& package_group = package_groups_[package_idx]; in GetResourceName()
1158 const int package_idx = get_package_id(attr_resid); in ApplyStyle() local
1162 if (last_package_idx != package_idx) { in ApplyStyle()
1163 std::unique_ptr<Package>& package = packages_[package_idx]; in ApplyStyle()
1167 last_package_idx = package_idx; in ApplyStyle()
[all …]