Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DResource.cpp1331 sp<ResourceTypeSet> mipmaps; in buildResources() local
1369 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) { in buildResources()
1389 if (mipmaps != NULL) { in buildResources()
1391 err = preProcessImages(bundle, assets, mipmaps, "mipmap"); in buildResources()
1394 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap"); in buildResources()
1632 if (mipmaps != NULL) { in buildResources()
1633 ResourceDirIterator it(mipmaps, String8("mipmap")); in buildResources()