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 63 public int appWidth;
72 * The smallest value of {@link #appWidth} that an application is likely to encounter,
86 * The largest value of {@link #appWidth} that an application is likely to encounter,
234 && appWidth == other.appWidth
266 appWidth = other.appWidth;
293 appWidth = source.readInt();
321 dest.writeInt(appWidth);
353 displayAdjustments.getActivityToken(), appWidth, appHeight)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
AppTransition.java 335 int appWidth, int appHeight) {
339 float scaleW = mNextAppTransitionStartWidth / (float) appWidth;
383 a.initialize(appWidth, appHeight, appWidth, appHeight);
388 int appWidth, int appHeight) {
398 float scaleW = appWidth / thumbWidth;
414 float scaleW = appWidth / thumbWidth;
423 float scaleW = thumbWidth / appWidth;
445 float scaleW = thumbWidth / appWidth;
477 a.initialize(appWidth, appHeight, appWidth, appHeight)
    [all...]
DisplayContent.java 473 pw.print(mDisplayInfo.appWidth);
WindowStateAnimator.java 163 mAnimDw = displayInfo.appWidth;
262 mAnimDw = displayInfo.appWidth;
    [all...]
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 206 mBaseDisplayInfo.appWidth = deviceInfo.width;

Completed in 221 milliseconds