Home
last modified time | relevance | path

Searched refs:appHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayInfo.java91 public int appHeight; field in DisplayInfo
317 && appHeight == other.appHeight in equals()
360 appHeight = other.appHeight; in copyFrom()
399 appHeight = source.readInt(); in readFromParcel()
447 dest.writeInt(appHeight); in writeToParcel()
550 displayAdjustments.getConfiguration(), appWidth, appHeight); in getAppMetrics()
555 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
629 sb.append(appHeight); in toString()
709 protoOutputStream.write(APP_HEIGHT, appHeight); in writeToProto()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java730 final int appHeight = containingFrame.height(); in createScaleUpAnimationLocked() local
734 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLocked()
777 a.initialize(appWidth, appHeight, appWidth, appHeight); in createScaleUpAnimationLocked()
859 final int appHeight = appFrame.height(); in createClipRevealAnimationLocked() local
866 if (appHeight > 0) { in createClipRevealAnimationLocked()
915 0, appHeight, in createClipRevealAnimationLocked()
933 set.initialize(appWidth, appHeight, appWidth, appHeight); in createClipRevealAnimationLocked()
975 Animation prepareThumbnailAnimationWithDuration(Animation a, int appWidth, int appHeight, in prepareThumbnailAnimationWithDuration() argument
984 a.initialize(appWidth, appHeight, appWidth, appHeight); in prepareThumbnailAnimationWithDuration()
991 Animation prepareThumbnailAnimation(Animation a, int appWidth, int appHeight, int transit) { in prepareThumbnailAnimation() argument
[all …]
DWindowChangeAnimationSpec.java139 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
DDockedStackDividerController.java291 final int appHeight = displayPolicy.getNonDecorDisplayHeight(dw, dh, rotation, in initSnapAlgorithmForRotations() local
298 leftInset + appWidth /*right*/, topInset + appHeight /*bottom*/); in initSnapAlgorithmForRotations()
DActivityRecord.java2782 final int appHeight = resolvedAppBounds.height(); in inSizeCompatMode() local
2785 if (parentAppWidth == appWidth && parentAppHeight == appHeight) { in inSizeCompatMode()
2789 if (parentAppWidth > appWidth && parentAppHeight > appHeight) { in inSizeCompatMode()
2793 if (parentAppWidth < appWidth || parentAppHeight < appHeight) { in inSizeCompatMode()
2801 final float aspectRatio = (0.5f + Math.max(appWidth, appHeight)) in inSizeCompatMode()
2802 / Math.min(appWidth, appHeight); in inSizeCompatMode()
DDisplayContent.java1609 final int appHeight = mDisplayPolicy.getNonDecorDisplayHeight(dw, dh, mRotation, uiMode, in updateDisplayAndOrientation() local
1616 mDisplayInfo.appHeight = appHeight; in updateDisplayAndOrientation()
1706 topInset + displayInfo.appHeight /* bottom */); in computeScreenConfiguration()
2854 pw.print("x"); pw.print(mDisplayInfo.appHeight); in dump()
DAppWindowToken.java2648 final int height = displayInfo.appHeight; in loadAnimation()
2996 new Rect(0, 0, displayInfo.appWidth, displayInfo.appHeight); in loadThumbnailAnimation()
DWindowState.java1872 && mWindowFrames.mFrame.bottom >= displayInfo.appHeight; in fillsDisplay()
4777 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java146 mInfo.appHeight = mOverrideDisplayInfo.appHeight; in getDisplayInfoLocked()
276 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java167 info.appHeight = 768; in testAppBounds_RootConfigurationBounds()
181 assertEquals(info.appHeight, appBounds.height()); in testAppBounds_RootConfigurationBounds()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74238 Landroid/view/DisplayInfo;->appHeight:I