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,
280 && appHeight == other.appHeight
320 appHeight = other.appHeight;
357 appHeight = source.readInt();
403 dest.writeInt(appHeight);
523 displayAdjustments.getConfiguration(), appWidth, appHeight);
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java600 final int appHeight = containingFrame.height();
604 float scaleH = mTmpRect.height() / (float) appHeight;
647 a.initialize(appWidth, appHeight, appWidth, appHeight);
729 final int appHeight = appFrame.height();
736 if (appHeight > 0) {
785 0, appHeight,
803 set.initialize(appWidth, appHeight, appWidth, appHeight);
845 Animation prepareThumbnailAnimationWithDuration(Animation a, int appWidth, int appHeight, argument
861 prepareThumbnailAnimation(Animation a, int appWidth, int appHeight, int transit) argument
1241 createThumbnailScaleAnimationLocked(int appWidth, int appHeight, int transit, Bitmap thumbnailHeader) argument
[all...]

Completed in 429 milliseconds