Searched refs:exclude_mipmap (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DLoadedArsc.h97 void CollectConfigurations(bool exclude_mipmap, std::set<ResTable_config>* out_configs) const;
H A DAssetManager2.h123 // If `exclude_mipmap` is set to true, resource configurations defined for resource type 'mipmap'
126 bool exclude_mipmap = false);
/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp325 void LoadedPackage::CollectConfigurations(bool exclude_mipmap, argument
332 if (exclude_mipmap) {
H A DAssetManager2.cpp162 bool exclude_mipmap) {
170 package->CollectConfigurations(exclude_mipmap, &configurations);
161 GetResourceConfigurations(bool exclude_system, bool exclude_mipmap) argument

Completed in 1023 milliseconds