Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp2886 const static String16 mipmap16("mipmap"); in flatten() local
2951 if (typeName == mipmap16 && !isBase) { in flatten()
2955 const bool filterable = (typeName != mipmap16); in flatten()
3070 const bool filterable = (typeName != mipmap16); in flatten()
3071 const bool skipEntireType = (typeName == mipmap16 && !isBase); in flatten()