Home | History | Annotate | Download | only in androidfw

Lines Matching refs:screenHeightDp

1414     screenHeightDp = dtohs(screenHeightDp);
1428 screenHeightDp = htods(screenHeightDp);
1479 if (screenHeightDp != o.screenHeightDp) {
1480 return screenHeightDp < o.screenHeightDp ? -1 : 1;
1574 if (screenHeightDp != o.screenHeightDp) {
1575 if (!screenHeightDp) return false;
1576 if (!o.screenHeightDp) return true;
1709 if (requested->screenHeightDp) {
1710 myDelta += requested->screenHeightDp - screenHeightDp;
1711 otherDelta += requested->screenHeightDp - o.screenHeightDp;
1714 // screenWidthDp, screenHeightDp, o.screenWidthDp, o.screenHeightDp,
1715 // requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
1945 if (screenHeightDp != 0 && screenHeightDp > settings.screenHeightDp) {
1946 //ALOGI("Filtering out height %d in requested %d", screenHeightDp, settings.screenHeightDp);
2043 if (screenHeightDp != 0) {
2045 res.appendFormat("h%ddp", dtohs(screenHeightDp));