Home | History | Annotate | Download | only in aapt

Lines Matching defs:compatibleWidthLimitDp

680             int compatibleWidthLimitDp = 0;
891 compatibleWidthLimitDp = getIntegerAttribute(tree,
1273 int compatWidth = compatibleWidthLimitDp;
1316 || compatibleWidthLimitDp > 0) ? -1 : 0;
1328 if (compatibleWidthLimitDp > 0) {
1329 printf("compatible-width-limit:'%d'\n", compatibleWidthLimitDp);