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

  /frameworks/base/core/java/android/view/
DisplayInfo.java 70 public int appWidth;
79 * The smallest value of {@link #appWidth} that an application is likely to encounter,
93 * The largest value of {@link #appWidth} that an application is likely to encounter,
266 && appWidth == other.appWidth
302 appWidth = other.appWidth;
334 appWidth = source.readInt();
367 dest.writeInt(appWidth);
404 displayAdjustments.getActivityToken(), appWidth, appHeight)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 987 milliseconds