/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 404 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 D | DisplayAdjustmentsTests.java | 81 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 D | DisplayInfo.java | 107 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 D | DisplayAdjustments.java | 221 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 D | WindowConfigurationTests.java | 191 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 D | LogicalDisplay.java | 223 info.appHeight = mOverrideDisplayInfo.appHeight; in getDisplayInfoLocked() 391 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 655 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 D | ShellRoot.java | 128 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
|
H A D | WindowChangeAnimationSpec.java | 134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
|
H A D | WindowToken.java | 655 displayInfo.appHeight, displayInfo.displayCutout); in createFixedRotationAdjustmentsIfNeeded()
|
H A D | ActivityRecord.java | 7005 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 D | WindowContainer.java | 2888 final int height = displayInfo.appHeight; in loadAnimation() 3188 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
|
H A D | DisplayContent.java | 2047 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 D | WindowState.java | 2364 && mWindowFrames.mFrame.bottom >= displayInfo.appHeight; in fillsDisplay() 5376 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 63132 Landroid/view/DisplayInfo;->appHeight:I
|