Searched refs:filterable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DPackage.cpp254 const bool filterable = filter != NULL && subDir->getLeaf().find("mipmap-") != 0; local
256 if (filterable && subDir->getLeaf() != subDir->getPath() && !filter->match(ge.toParams())) {
260 ssize_t res = processAssets(bundle, zip, subDir, ge, filterable ? filter : NULL);
H A DResourceTable.cpp2636 const bool filterable = (typeName != mipmap16); local
2647 if (filterable && !filter.match(config)) {
2749 const bool filterable = (typeName != mipmap16); local
2789 if (filterable && !filter.match(cl->getEntries().keyAt(ci))) {
2793 if (filterable && !filter.match(cl->getEntries().keyAt(cj))) {
2835 if (filterable && !filter.match(config)) {

Completed in 56 milliseconds