Home | History | Annotate | Download | only in view

Lines Matching defs:appWidth

70     public int appWidth;
79 * The smallest value of {@link #appWidth} that an application is likely to encounter,
93 * The largest value of {@link #appWidth} that an application is likely to encounter,
266 && appWidth == other.appWidth
302 appWidth = other.appWidth;
334 appWidth = source.readInt();
367 dest.writeInt(appWidth);
404 displayAdjustments.getActivityToken(), appWidth, appHeight);
408 getMetricsWithSize(outMetrics, ci, token, appWidth, appHeight);
459 sb.append(appWidth);