Home | History | Annotate | Download | only in view

Lines Matching defs:appWidth

61     public int appWidth;
70 * The smallest value of {@link #appWidth} that an application is likely to encounter,
84 * The largest value of {@link #appWidth} that an application is likely to encounter,
215 && appWidth == other.appWidth
245 appWidth = other.appWidth;
270 appWidth = source.readInt();
296 dest.writeInt(appWidth);
321 getMetricsWithSize(outMetrics, cih, appWidth, appHeight);
365 sb.append(appWidth);