Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp2817 const static String16 mipmap16("mipmap"); in flatten() local
2882 if (typeName == mipmap16 && !isBase) { in flatten()
2886 const bool filterable = (typeName != mipmap16); in flatten()
3009 const bool filterable = (typeName != mipmap16); in flatten()
3010 const bool skipEntireType = (typeName == mipmap16 && !isBase); in flatten()