Home | History | Annotate | Download | only in androidfw

Lines Matching refs:screenWidth

1408     screenWidth = dtohs(screenWidth);
1422 screenWidth = htods(screenWidth);
1482 if (screenWidth != o.screenWidth) {
1483 return screenWidth < o.screenWidth ? -1 : 1;
1638 if (screenWidth != o.screenWidth) {
1639 if (!screenWidth) return false;
1640 if (!o.screenWidth) return true;
1858 if (requested->screenWidth) {
1859 myDelta += requested->screenWidth - screenWidth;
1860 otherDelta += requested->screenWidth - o.screenWidth;
1985 if (screenWidth != 0 && screenWidth > settings.screenWidth) {
2250 res.appendFormat("%dx%d", dtohs(screenWidth), dtohs(screenHeight));