HomeSort by relevance Sort by last modified time
    Searched defs:appHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
DisplayInfo.java 76 public int appHeight;
86 * The smallest value of {@link #appHeight} that an application is likely to encounter,
100 * The largest value of {@link #appHeight} that an application is likely to encounter,
267 && appHeight == other.appHeight
303 appHeight = other.appHeight;
335 appHeight = source.readInt();
368 dest.writeInt(appHeight);
404 displayAdjustments.getActivityToken(), appWidth, appHeight);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 601 milliseconds