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 69 public int appHeight;
79 * The smallest value of {@link #appHeight} that an application is likely to encounter,
93 * The largest value of {@link #appHeight} that an application is likely to encounter,
235 && appHeight == other.appHeight
267 appHeight = other.appHeight;
294 appHeight = source.readInt();
322 dest.writeInt(appHeight);
353 displayAdjustments.getActivityToken(), 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 474 pw.print("x"); pw.print(mDisplayInfo.appHeight);
WindowStateAnimator.java 164 mAnimDh = displayInfo.appHeight;
263 mAnimDh = displayInfo.appHeight;
    [all...]
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 207 mBaseDisplayInfo.appHeight = deviceInfo.height;

Completed in 66 milliseconds