Home
last modified time | relevance | path

Searched refs:appWidth (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java477 final int appWidth = appFrame.width(); in createClipRevealAnimationLockedCompat() local
552 set.initialize(appWidth, appHeight, appWidth, appHeight); in createClipRevealAnimationLockedCompat()
594 final int appWidth = containingFrame.width(); in createScaleUpAnimationLockedCompat() local
642 a.initialize(appWidth, appHeight, appWidth, appHeight); in createScaleUpAnimationLockedCompat()
660 final int appWidth = containingFrame.width(); in createThumbnailEnterExitAnimationLockedCompat() local
673 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat()
701 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat()
732 final int appWidth = containingFrame.width(); in createAspectScaledThumbnailEnterExitAnimationLocked() local
870 final int appWidth = appRect.width(); in createThumbnailAspectScaleAnimationLocked() local
872 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked()
[all …]
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DLetterboxAppHelper.kt89 val appWidth = appRegionBounds.width regex
91 appRegionBounds.left == displayBounds.right - appWidth &&
95 appRegionBounds.right == displayBounds.left + appWidth
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayInfo.java106 public int appWidth; field in DisplayInfo
410 && appWidth == other.appWidth in equals()
468 appWidth = other.appWidth; in copyFrom()
520 appWidth = source.readInt(); in readFromParcel()
586 dest.writeInt(appWidth); in writeToParcel()
720 displayAdjustments.getConfiguration(), appWidth, appHeight); in getAppMetrics()
725 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
863 sb.append(appWidth); in toString()
926 protoOutputStream.write(APP_WIDTH, appWidth); in dumpDebug()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowConfigurationTests.java190 info.appWidth = 1024; in testAppBounds_RootConfigurationBounds()
204 assertEquals(info.appWidth, appBounds.width()); in testAppBounds_RootConfigurationBounds()
H A DLetterboxUiControllerTest.java553 final int appWidth = mLetterboxedPortraitTaskBounds.width(); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling() local
560 assertEquals((int) (appWidth * scaling), crop.right); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java248 info.appWidth = mOverrideDisplayInfo.appWidth; in getDisplayInfoLocked()
465 mBaseDisplayInfo.appWidth = maskedWidth; in updateLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DShellRoot.java127 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
H A DWindowChangeAnimationSpec.java134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
H A DActivityRecord.java7719 appRect = new Rect(0, 0, displayInfo.appWidth, displayInfo.appHeight); in loadThumbnailAnimation()
9027 final int appWidth = appBounds.width(); in isInSizeCompatModeForBounds() local
9032 if (containerAppWidth == appWidth && containerAppHeight == appHeight) { in isInSizeCompatModeForBounds()
9036 if (containerAppWidth > appWidth && containerAppHeight > appHeight) { in isInSizeCompatModeForBounds()
9040 if (containerAppWidth < appWidth || containerAppHeight < appHeight) { in isInSizeCompatModeForBounds()
9049 final float aspectRatio = (0.5f + Math.max(appWidth, appHeight)) in isInSizeCompatModeForBounds()
9050 / Math.min(appWidth, appHeight); in isInSizeCompatModeForBounds()
H A DWindowContainer.java3367 final int width = displayInfo.appWidth; in loadAnimation()
3724 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
H A DDisplayContent.java2255 mDisplayInfo.appWidth = appFrame.width(); in updateDisplayAndOrientation()
2390 displayInfo.appWidth = appBounds.width(); in computeScreenConfiguration()
3629 pw.print(mDisplayInfo.appWidth); in dump()
H A DWindowState.java2286 && mWindowFrames.mFrame.right >= displayInfo.appWidth in fillsDisplay()
4971 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59811 Landroid/view/DisplayInfo;->appWidth:I