Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java475 final int appWidth = appFrame.width(); in createClipRevealAnimationLockedCompat() local
513 clipStartX = appWidth - mTmpRect.width(); in createClipRevealAnimationLockedCompat()
521 clipStartX, clipStartX + mTmpRect.width(), 0, appWidth); in createClipRevealAnimationLockedCompat()
550 set.initialize(appWidth, appHeight, appWidth, appHeight); in createClipRevealAnimationLockedCompat()
592 final int appWidth = containingFrame.width(); in createScaleUpAnimationLockedCompat() local
596 float scaleW = mTmpRect.width() / (float) appWidth; in createScaleUpAnimationLockedCompat()
640 a.initialize(appWidth, appHeight, appWidth, appHeight); in createScaleUpAnimationLockedCompat()
658 final int appWidth = containingFrame.width(); in createThumbnailEnterExitAnimationLockedCompat() local
662 final int thumbWidthI = thumbnailHeader != null ? thumbnailHeader.getWidth() : appWidth; in createThumbnailEnterExitAnimationLockedCompat()
671 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/utils/
DDisplayInfoOverrides.java34 out.appWidth = source.appWidth;
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DLetterboxAppHelper.kt89 val appWidth = appRegionBounds.width() in waitForAppToMoveHorizontallyTo() constant
91 appRegionBounds.left == displayBounds.right - appWidth && in waitForAppToMoveHorizontallyTo()
95 appRegionBounds.right == displayBounds.left + appWidth in waitForAppToMoveHorizontallyTo()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManager.java239 final int appWidth = stableBounds.width(); in shouldShowSizeCompatRestartButton() local
242 if (appWidth > letterboxWidth && appHeight > letterboxHeight) { in shouldShowSizeCompatRestartButton()
248 && appWidth == letterboxWidth) { in shouldShowSizeCompatRestartButton()
253 final int taskArea = appWidth * appHeight; in shouldShowSizeCompatRestartButton()
/frameworks/base/core/java/android/view/
DDisplayInfo.java108 public int appWidth; field in DisplayInfo
423 && appWidth == other.appWidth in equals()
483 appWidth = other.appWidth; in copyFrom()
538 appWidth = source.readInt(); in readFromParcel()
610 dest.writeInt(appWidth); in writeToParcel()
749 displayAdjustments.getConfiguration(), appWidth, appHeight); in getAppMetrics()
754 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
897 sb.append(appWidth); in toString()
960 protoOutputStream.write(APP_WIDTH, appWidth); in dumpDebug()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java200 final int appWidth = appBounds.width(); in getOverlaySize() local
203 return Math.max(Math.max(appWidth, appHeight), in getOverlaySize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java189 info.appWidth = 1024; in testAppBounds_RootConfigurationBounds()
203 assertEquals(info.appWidth, appBounds.width()); in testAppBounds_RootConfigurationBounds()
DLetterboxUiControllerTest.java601 final int appWidth = mLetterboxedPortraitTaskBounds.width(); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling() local
608 assertEquals((int) (appWidth * scaling), crop.right); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling()
/frameworks/base/services/core/java/com/android/server/wm/
DShellRoot.java127 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
DDeferredDisplayUpdater.java430 if (first.appWidth != second.appWidth in calculateDisplayInfoDiff()
DWindowChangeAnimationSpec.java134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
DActivityRecord.java7948 appRect = new Rect(0, 0, displayInfo.appWidth, displayInfo.appHeight); in loadThumbnailAnimation()
8796 final int appWidth = (int) (parentAppBoundsWidth + navBarInsets.right); in updateResolvedBoundsPosition() local
8797 offsetX = Math.max(0, (int) Math.ceil((appWidth in updateResolvedBoundsPosition()
9366 final int appWidth = appBounds.width(); in isInSizeCompatModeForBounds() local
9371 if (containerAppWidth == appWidth && containerAppHeight == appHeight) { in isInSizeCompatModeForBounds()
9375 if (containerAppWidth > appWidth && containerAppHeight > appHeight) { in isInSizeCompatModeForBounds()
9379 if (containerAppWidth < appWidth || containerAppHeight < appHeight) { in isInSizeCompatModeForBounds()
9388 final float aspectRatio = (0.5f + Math.max(appWidth, appHeight)) in isInSizeCompatModeForBounds()
9389 / Math.min(appWidth, appHeight); in isInSizeCompatModeForBounds()
DWindowContainer.java3348 final int width = displayInfo.appWidth; in loadAnimation()
3728 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
DDisplayContent.java2286 mDisplayInfo.appWidth = appFrame.width(); in updateDisplayAndOrientation()
2435 displayInfo.appWidth = appBounds.width(); in computeScreenConfiguration()
3656 pw.print(mDisplayInfo.appWidth); in dump()
DWindowState.java2272 && mWindowFrames.mFrame.right >= displayInfo.appWidth in fillsDisplay()
5007 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java502 mBaseDisplayInfo.appWidth = maskedWidth; in updateLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59168 Landroid/view/DisplayInfo;->appWidth:I