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

/frameworks/base/core/java/android/view/
H A DDisplayInfo.java70 public int appWidth; field in class:DisplayInfo
79 * The smallest value of {@link #appWidth} that an application is likely to encounter,
93 * The largest value of {@link #appWidth} that an application is likely to encounter,
279 && appWidth == other.appWidth
319 appWidth = other.appWidth;
356 appWidth = source.readInt();
402 dest.writeInt(appWidth);
523 displayAdjustments.getConfiguration(), appWidth, appHeigh
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java599 final int appWidth = containingFrame.width();
603 float scaleW = mTmpRect.width() / (float) appWidth;
647 a.initialize(appWidth, appHeight, appWidth, appHeight);
728 final int appWidth = appFrame.width();
766 clipStartX = appWidth - mTmpRect.width();
774 clipStartX, clipStartX + mTmpRect.width(), 0, appWidth);
803 set.initialize(appWidth, appHeight, appWidth, appHeight);
845 Animation prepareThumbnailAnimationWithDuration(Animation a, int appWidth, in 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 1617 milliseconds