Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java476 final int appHeight = appFrame.height(); in createClipRevealAnimationLockedCompat() local
483 if (appHeight > 0) { in createClipRevealAnimationLockedCompat()
532 0, appHeight, in createClipRevealAnimationLockedCompat()
550 set.initialize(appWidth, appHeight, appWidth, appHeight); in createClipRevealAnimationLockedCompat()
593 final int appHeight = containingFrame.height(); in createScaleUpAnimationLockedCompat() local
597 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat()
640 a.initialize(appWidth, appHeight, appWidth, appHeight); in createScaleUpAnimationLockedCompat()
659 final int appHeight = containingFrame.height(); in createThumbnailEnterExitAnimationLockedCompat() local
664 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLockedCompat()
672 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/utils/
DDisplayInfoOverrides.java35 out.appHeight = source.appHeight;
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DLetterboxAppHelper.kt111 val appHeight = appRegionBounds.height() in waitForAppToMoveVerticallyTo() constant
114 appRegionBounds.top == (displayBounds.bottom - appHeight + navBarHeight) in waitForAppToMoveVerticallyTo()
117 appRegionBounds.bottom == displayBounds.top + appHeight in waitForAppToMoveVerticallyTo()
/frameworks/base/core/java/android/view/
DDisplayInfo.java114 public int appHeight; field in DisplayInfo
424 && appHeight == other.appHeight in equals()
484 appHeight = other.appHeight; in copyFrom()
539 appHeight = source.readInt(); in readFromParcel()
611 dest.writeInt(appHeight); in writeToParcel()
749 displayAdjustments.getConfiguration(), appWidth, appHeight); in getAppMetrics()
754 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
899 sb.append(appHeight); in toString()
961 protoOutputStream.write(APP_HEIGHT, appHeight); in dumpDebug()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIWindowManager.java240 final int appHeight = stableBounds.height(); in shouldShowSizeCompatRestartButton() local
242 if (appWidth > letterboxWidth && appHeight > letterboxHeight) { in shouldShowSizeCompatRestartButton()
253 final int taskArea = appWidth * appHeight; in shouldShowSizeCompatRestartButton()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java201 final int appHeight = appBounds.height(); in getOverlaySize() local
203 return Math.max(Math.max(appWidth, appHeight), in getOverlaySize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowConfigurationTests.java190 info.appHeight = 768; in testAppBounds_RootConfigurationBounds()
204 assertEquals(info.appHeight, appBounds.height()); in testAppBounds_RootConfigurationBounds()
DLetterboxUiControllerTest.java602 final int appHeight = mLetterboxedPortraitTaskBounds.height(); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling() local
609 assertEquals((int) ((appHeight - TASKBAR_EXPANDED_HEIGHT) * scaling), crop.bottom); in testGetCropBoundsIfNeeded_appliesCropWithSizeCompatScaling()
/frameworks/base/services/core/java/com/android/server/wm/
DShellRoot.java127 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
DDeferredDisplayUpdater.java431 || first.appHeight != second.appHeight in calculateDisplayInfoDiff()
DWindowChangeAnimationSpec.java134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
DActivityRecord.java7948 appRect = new Rect(0, 0, displayInfo.appWidth, displayInfo.appHeight); in loadThumbnailAnimation()
8817 final int appHeight = (int) (parentAppBoundsHeight + navBarInsets.bottom); in updateResolvedBoundsPosition() local
8818 offsetY = Math.max(0, (int) Math.ceil((appHeight in updateResolvedBoundsPosition()
9367 final int appHeight = appBounds.height(); 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.java3349 final int height = displayInfo.appHeight; in loadAnimation()
3728 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
DDisplayContent.java2287 mDisplayInfo.appHeight = appFrame.height(); in updateDisplayAndOrientation()
2436 displayInfo.appHeight = appBounds.height(); in computeScreenConfiguration()
3657 pw.print("x"); pw.print(mDisplayInfo.appHeight); in dump()
DWindowState.java2273 && mWindowFrames.mFrame.bottom >= displayInfo.appHeight; in fillsDisplay()
5007 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java503 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59166 Landroid/view/DisplayInfo;->appHeight:I