Lines Matching refs:requiresSmallestWidthDp
1080 int requiresSmallestWidthDp = 0; in doDump() local
1584 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree, in doDump()
2278 && requiresSmallestWidthDp > 0) { in doDump()
2281 compatWidth = requiresSmallestWidthDp; in doDump()
2283 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) { in doDump()
2288 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) { in doDump()
2293 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) { in doDump()
2298 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) { in doDump()
2323 anyDensity = (targetSdk >= SDK_DONUT || requiresSmallestWidthDp > 0 || in doDump()
2343 if (requiresSmallestWidthDp > 0) { in doDump()
2344 printf("requires-smallest-width:'%d'\n", requiresSmallestWidthDp); in doDump()