Home | History | Annotate | Download | only in androidfw

Lines Matching refs:smallestScreenWidthDp

1412     smallestScreenWidthDp = dtohs(smallestScreenWidthDp);
1426 smallestScreenWidthDp = htods(smallestScreenWidthDp);
1448 diff = (int32_t)(smallestScreenWidthDpsmallestScreenWidthDp);
1473 if (smallestScreenWidthDp != o.smallestScreenWidthDp) {
1474 return smallestScreenWidthDp < o.smallestScreenWidthDp ? -1 : 1;
1528 if (smallestScreenWidthDp != o.smallestScreenWidthDp) diffs |= CONFIG_SMALLEST_SCREEN_SIZE;
1561 if (smallestScreenWidthDp || o.smallestScreenWidthDp) {
1562 if (smallestScreenWidthDp != o.smallestScreenWidthDp) {
1563 if (!smallestScreenWidthDp) return false;
1564 if (!o.smallestScreenWidthDp) return true;
1686 if (smallestScreenWidthDp || o.smallestScreenWidthDp) {
1690 if (smallestScreenWidthDp != o.smallestScreenWidthDp) {
1691 return smallestScreenWidthDp > o.smallestScreenWidthDp;
1935 if (smallestScreenWidthDp != 0
1936 && smallestScreenWidthDp > settings.smallestScreenWidthDp) {
2035 if (smallestScreenWidthDp != 0) {
2037 res.appendFormat("sw%ddp", dtohs(smallestScreenWidthDp));