Searched defs:appHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayInfo.java76 public int appHeight; field in class:DisplayInfo
86 * The smallest value of {@link #appHeight} that an application is likely to encounter,
100 * The largest value of {@link #appHeight} that an application is likely to encounter,
267 && appHeight == other.appHeight
303 appHeight = other.appHeight;
335 appHeight = source.readInt();
368 dest.writeInt(appHeight);
404 displayAdjustments.getActivityToken(), appWidth, appHeight);
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java398 int appWidth, int appHeight) {
403 float scaleH = mNextAppTransitionStartHeight / (float) appHeight;
446 a.initialize(appWidth, appHeight, appWidth, appHeight);
453 Animation prepareThumbnailAnimationWithDuration(Animation a, int appWidth, int appHeight, argument
460 a.initialize(appWidth, appHeight, appWidth, appHeight);
467 Animation prepareThumbnailAnimation(Animation a, int appWidth, int appHeight, int transit) { argument
481 return prepareThumbnailAnimationWithDuration(a, appWidth, appHeight, duration,
508 Animation createThumbnailAspectScaleAnimationLocked(int appWidth, int appHeight, argument
397 createScaleUpAnimationLocked(int transit, boolean enter, int appWidth, int appHeight) argument
572 createAspectScaledThumbnailEnterExitAnimationLocked(int thumbTransitState, int appWidth, int appHeight, int orientation, int transit, Rect containingFrame, Rect contentInsets, boolean isFullScreen) argument
708 createThumbnailScaleAnimationLocked(int appWidth, int appHeight, int transit) argument
748 createThumbnailEnterExitAnimationLocked(int thumbTransitState, int appWidth, int appHeight, int transit) argument
810 loadAnimation(WindowManager.LayoutParams lp, int transit, boolean enter, int appWidth, int appHeight, int orientation, Rect containingFrame, Rect contentInsets, boolean isFullScreen, boolean isVoiceInteraction) argument
[all...]

Completed in 68 milliseconds