Home | History | Annotate | Download | only in androidfw

Lines Matching refs:screenWidth

1412     screenWidth = dtohs(screenWidth);
1426 screenWidth = htods(screenWidth);
1489 if (screenWidth != o.screenWidth) {
1490 return screenWidth < o.screenWidth ? -1 : 1;
1653 if (screenWidth != o.screenWidth) {
1654 if (!screenWidth) return false;
1655 if (!o.screenWidth) return true;
1882 if (requested->screenWidth) {
1883 myDelta += requested->screenWidth - screenWidth;
1884 otherDelta += requested->screenWidth - o.screenWidth;
2015 if (screenWidth != 0 && screenWidth > settings.screenWidth) {
2295 res.appendFormat("%dx%d", dtohs(screenWidth), dtohs(screenHeight));