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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2944 const bool filterable = (typeName != mipmap16); local
2955 if (filterable && !filter->match(config)) {
3067 const bool filterable = (typeName != mipmap16); local
3117 if (filterable && !filter->match(cl->getEntries().keyAt(ci))) {
3121 if (filterable && !filter->match(cl->getEntries().keyAt(cj))) {
3173 if (filterable && !filter->match(config)) {

Completed in 46 milliseconds