Home | History | Annotate | Download | only in aapt

Lines Matching defs:compatibleWidthLimitDp

706             int compatibleWidthLimitDp = 0;
926 compatibleWidthLimitDp = getIntegerAttribute(tree,
1400 int compatWidth = compatibleWidthLimitDp;
1443 || compatibleWidthLimitDp > 0) ? -1 : 0;
1455 if (compatibleWidthLimitDp > 0) {
1456 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp);