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 71 public int appHeight;
81 * The smallest value of {@link #appHeight} that an application is likely to encounter,
95 * The largest value of {@link #appHeight} that an application is likely to encounter,
262 && appHeight == other.appHeight
297 appHeight = other.appHeight;
329 appHeight = source.readInt();
361 dest.writeInt(appHeight);
396 displayAdjustments.getActivityToken(), appWidth, appHeight);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 66 milliseconds