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

Completed in 54 milliseconds