Home | History | Annotate | Download | only in view

Lines Matching defs:appHeight

67     public int appHeight;
77 * The smallest value of {@link #appHeight} that an application is likely to encounter,
91 * The largest value of {@link #appHeight} that an application is likely to encounter,
216 && appHeight == other.appHeight
246 appHeight = other.appHeight;
271 appHeight = source.readInt();
297 dest.writeInt(appHeight);
321 getMetricsWithSize(outMetrics, cih, appWidth, appHeight);
367 sb.append(appHeight);