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 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);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 742 milliseconds