HomeSort by relevance Sort by last modified time
    Searched refs:appWidth (Results 1 - 7 of 7) 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,
191 && appWidth == other.appWidth
217 appWidth = other.appWidth;
238 appWidth = source.readInt();
260 dest.writeInt(appWidth);
281 getMetricsWithSize(outMetrics, cih, appWidth, appHeight)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 124 pw.print(mDisplayInfo.appWidth);
WindowAnimator.java     [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java 167 mAnimDw = displayInfo.appWidth;
266 mAnimDw = displayInfo.appWidth;
    [all...]
WindowState.java 499 mService.updateWallpaperOffsetLocked(this, displayInfo.appWidth, displayInfo.appHeight,
    [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 195 mBaseDisplayInfo.appWidth = deviceInfo.width;

Completed in 69 milliseconds