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 61 public int appWidth;
70 * The smallest value of {@link #appWidth} that an application is likely to encounter,
84 * The largest value of {@link #appWidth} that an application is likely to encounter,
215 && appWidth == other.appWidth
245 appWidth = other.appWidth;
270 appWidth = source.readInt();
296 dest.writeInt(appWidth);
321 getMetricsWithSize(outMetrics, cih, appWidth, appHeight)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 244 milliseconds