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

Completed in 71 milliseconds