Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java404 final int appHeight = appFrame.height(); in createClipRevealAnimationLockedCompat() local
411 if (appHeight > 0) { in createClipRevealAnimationLockedCompat()
460 0, appHeight, in createClipRevealAnimationLockedCompat()
478 set.initialize(appWidth, appHeight, appWidth, appHeight); in createClipRevealAnimationLockedCompat()
521 final int appHeight = containingFrame.height(); in createScaleUpAnimationLockedCompat() local
568 a.initialize(appWidth, appHeight, appWidth, appHeight); in createScaleUpAnimationLockedCompat()
587 final int appHeight = containingFrame.height(); in createThumbnailEnterExitAnimationLockedCompat() local
600 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat()
628 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat()
659 final int appHeight = containingFrame.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DDisplayAdjustmentsTests.java81 final int appHeight = 1920; in testFixedRotationAdjustments() local
83 fixedRotation, appWidth, appHeight, null /* cutout */)); in testFixedRotationAdjustments()
114 assertEquals(appHeight, metrics.heightPixels); in testFixedRotationAdjustments()
115 assertEquals(appHeight, metrics.noncompatHeightPixels); in testFixedRotationAdjustments()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java107 public int appHeight; field in DisplayInfo
354 && appHeight == other.appHeight in equals()
403 appHeight = other.appHeight; in copyFrom()
447 appHeight = source.readInt(); in readFromParcel()
504 dest.writeInt(appHeight); in writeToParcel()
625 displayAdjustments.getConfiguration(), appWidth, appHeight); in getAppMetrics()
630 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
767 sb.append(appHeight); in toString()
815 protoOutputStream.write(APP_HEIGHT, appHeight); in dumpDebug()
H A DDisplayAdjustments.java221 public FixedRotationAdjustments(@Surface.Rotation int rotation, int appWidth, int appHeight, in FixedRotationAdjustments() argument
225 mAppHeight = appHeight; in FixedRotationAdjustments()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java191 info.appHeight = 768; in testAppBounds_RootConfigurationBounds()
205 assertEquals(info.appHeight, appBounds.height()); in testAppBounds_RootConfigurationBounds()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java223 info.appHeight = mOverrideDisplayInfo.appHeight; in getDisplayInfoLocked()
391 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java655 Animation prepareThumbnailAnimation(Animation a, int appWidth, int appHeight, int transit) { in prepareThumbnailAnimation() argument
669 return prepareThumbnailAnimationWithDuration(a, appWidth, appHeight, duration, in prepareThumbnailAnimation()
765 Animation createThumbnailScaleAnimationLocked(int appWidth, int appHeight, int transit, in createThumbnailScaleAnimationLocked() argument
777 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked()
794 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked()
800 return prepareThumbnailAnimation(a, appWidth, appHeight, transit); in createThumbnailScaleAnimationLocked()
H A DShellRoot.java128 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
H A DWindowChangeAnimationSpec.java134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
H A DWindowToken.java655 displayInfo.appHeight, displayInfo.displayCutout); in createFixedRotationAdjustmentsIfNeeded()
H A DActivityRecord.java7005 appRect = new Rect(0, 0, displayInfo.appWidth, displayInfo.appHeight); in loadThumbnailAnimation()
7979 final int appHeight = appBounds.height(); in isInSizeCompatModeForBounds() local
7983 if (containerAppWidth == appWidth && containerAppHeight == appHeight) { in isInSizeCompatModeForBounds()
7987 if (containerAppWidth > appWidth && containerAppHeight > appHeight) { in isInSizeCompatModeForBounds()
7991 if (containerAppWidth < appWidth || containerAppHeight < appHeight) { in isInSizeCompatModeForBounds()
7999 final float aspectRatio = (0.5f + Math.max(appWidth, appHeight)) in isInSizeCompatModeForBounds()
8000 / Math.min(appWidth, appHeight); in isInSizeCompatModeForBounds()
H A DWindowContainer.java2888 final int height = displayInfo.appHeight; in loadAnimation()
3188 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
H A DDisplayContent.java2047 mDisplayInfo.appHeight = appSize.y; in updateDisplayAndOrientation()
2166 displayInfo.appHeight = appBounds.height(); in computeScreenConfiguration()
3336 pw.print("x"); pw.print(mDisplayInfo.appHeight); in dump()
H A DWindowState.java2364 && mWindowFrames.mFrame.bottom >= displayInfo.appHeight; in fillsDisplay()
5376 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63132 Landroid/view/DisplayInfo;->appHeight:I