Home | History | Annotate | Download | only in view

Lines Matching refs:appHeight

69     public int appHeight;
79 * The smallest value of {@link #appHeight} that an application is likely to encounter,
93 * The largest value of {@link #appHeight} that an application is likely to encounter,
235 && appHeight == other.appHeight
267 appHeight = other.appHeight;
294 appHeight = source.readInt();
322 dest.writeInt(appHeight);
353 displayAdjustments.getActivityToken(), appWidth, appHeight);
357 getMetricsWithSize(outMetrics, ci, token, appWidth, appHeight);
408 sb.append(appHeight);