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,
216 && appHeight == other.appHeight
246 appHeight = other.appHeight;
271 appHeight = source.readInt();
297 dest.writeInt(appHeight);
321 getMetricsWithSize(outMetrics, cih, appWidth, appHeight);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
AppTransition.java 335 int appWidth, int appHeight) {
340 float scaleH = mNextAppTransitionStartHeight / (float) appHeight;
383 a.initialize(appWidth, appHeight, appWidth, appHeight);
388 int appWidth, int appHeight) {
399 float scaleH = appHeight / thumbHeight;
415 float scaleH = appHeight / thumbHeight;
424 float scaleH = thumbHeight / appHeight;
446 float scaleH = thumbHeight / appHeight;
477 a.initialize(appWidth, appHeight, appWidth, appHeight)
    [all...]
DisplayContent.java 117 pw.print("x"); pw.print(mDisplayInfo.appHeight);
WindowState.java 570 mService.updateWallpaperOffsetLocked(this, displayInfo.appWidth, displayInfo.appHeight,
    [all...]
WindowStateAnimator.java 172 mAnimDh = displayInfo.appHeight;
271 mAnimDh = displayInfo.appHeight;
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 209 mBaseDisplayInfo.appHeight = deviceInfo.height;

Completed in 361 milliseconds