Home | History | Annotate | Download | only in aapt

Lines Matching defs:requiresSmallestWidthDp

705             int requiresSmallestWidthDp = 0;
924 requiresSmallestWidthDp = getIntegerAttribute(tree,
1399 && requiresSmallestWidthDp > 0) {
1401 if (compatWidth <= 0) compatWidth = requiresSmallestWidthDp;
1402 if (requiresSmallestWidthDp <= 240 && compatWidth >= 240) {
1407 if (requiresSmallestWidthDp <= 320 && compatWidth >= 320) {
1412 if (requiresSmallestWidthDp <= 480 && compatWidth >= 480) {
1417 if (requiresSmallestWidthDp <= 720 && compatWidth >= 720) {
1442 anyDensity = (targetSdk >= 4 || requiresSmallestWidthDp > 0
1452 if (requiresSmallestWidthDp > 0) {
1453 printf("requires-smallest-width:'%d'\n", requiresSmallestWidthDp);