HomeSort by relevance Sort by last modified time
    Searched refs:appHeight (Results 1 - 7 of 7) 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,
192 && appHeight == other.appHeight
218 appHeight = other.appHeight;
239 appHeight = source.readInt();
261 dest.writeInt(appHeight);
281 getMetricsWithSize(outMetrics, cih, appWidth, appHeight);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 125 pw.print("x"); pw.print(mDisplayInfo.appHeight);
WindowAnimator.java     [all...]
WindowManagerService.java     [all...]
WindowStateAnimator.java 168 mAnimDh = displayInfo.appHeight;
267 mAnimDh = displayInfo.appHeight;
    [all...]
WindowState.java 499 mService.updateWallpaperOffsetLocked(this, displayInfo.appWidth, displayInfo.appHeight,
    [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 196 mBaseDisplayInfo.appHeight = deviceInfo.height;

Completed in 51 milliseconds