Home | History | Annotate | Download | only in view

Lines Matching refs:appWidth

63     public int appWidth;
72 * The smallest value of {@link #appWidth} that an application is likely to encounter,
86 * The largest value of {@link #appWidth} that an application is likely to encounter,
234 && appWidth == other.appWidth
266 appWidth = other.appWidth;
293 appWidth = source.readInt();
321 dest.writeInt(appWidth);
353 displayAdjustments.getActivityToken(), appWidth, appHeight);
357 getMetricsWithSize(outMetrics, ci, token, appWidth, appHeight);
406 sb.append(appWidth);