Home | History | Annotate | Download | only in aapt

Lines Matching refs:requiresSmallestWidthDp

1091             int requiresSmallestWidthDp = 0;
1495 requiresSmallestWidthDp = AaptXml::getIntegerAttribute(tree,
2192 && requiresSmallestWidthDp > 0) {
2195 compatWidth = requiresSmallestWidthDp;
2197 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) {
2202 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) {
2207 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) {
2212 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) {
2237 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0
2255 if (requiresSmallestWidthDp > 0) {
2256 printf("requires-smallest-width:'%d'\n", requiresSmallestWidthDp);