Home | History | Annotate | Download | only in androidfw

Lines Matching refs:screenWidthDp

1413     screenWidthDp = dtohs(screenWidthDp);
1427 screenWidthDp = htods(screenWidthDp);
1476 if (screenWidthDp != o.screenWidthDp) {
1477 return screenWidthDp < o.screenWidthDp ? -1 : 1;
1569 if (screenWidthDp != o.screenWidthDp) {
1570 if (!screenWidthDp) return false;
1571 if (!o.screenWidthDp) return true;
1705 if (requested->screenWidthDp) {
1706 myDelta += requested->screenWidthDp - screenWidthDp;
1707 otherDelta += requested->screenWidthDp - o.screenWidthDp;
1714 // screenWidthDp, screenHeightDp, o.screenWidthDp, o.screenHeightDp,
1715 // requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
1941 if (screenWidthDp != 0 && screenWidthDp > settings.screenWidthDp) {
1942 //ALOGI("Filtering out width %d in requested %d", screenWidthDp, settings.screenWidthDp);
2039 if (screenWidthDp != 0) {
2041 res.appendFormat("w%ddp", dtohs(screenWidthDp));