/frameworks/base/core/java/com/android/internal/policy/ |
D | TransitionAnimation.java | 476 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/ |
D | DisplayInfoOverrides.java | 35 out.appHeight = source.appHeight;
|
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/ |
D | LetterboxAppHelper.kt | 111 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/ |
D | DisplayInfo.java | 114 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/ |
D | CompatUIWindowManager.java | 240 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/ |
D | PipContentOverlay.java | 201 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/ |
D | WindowConfigurationTests.java | 190 info.appHeight = 768; in testAppBounds_RootConfigurationBounds() 204 assertEquals(info.appHeight, appBounds.height()); in testAppBounds_RootConfigurationBounds()
|
D | LetterboxUiControllerTest.java | 602 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/ |
D | ShellRoot.java | 127 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
|
D | DeferredDisplayUpdater.java | 431 || first.appHeight != second.appHeight in calculateDisplayInfoDiff()
|
D | WindowChangeAnimationSpec.java | 134 displayInfo.appWidth, displayInfo.appHeight); in createBoundsInterpolator()
|
D | ActivityRecord.java | 7948 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()
|
D | WindowContainer.java | 3349 final int height = displayInfo.appHeight; in loadAnimation() 3728 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
|
D | DisplayContent.java | 2287 mDisplayInfo.appHeight = appFrame.height(); in updateDisplayAndOrientation() 2436 displayInfo.appHeight = appBounds.height(); in computeScreenConfiguration() 3657 pw.print("x"); pw.print(mDisplayInfo.appHeight); in dump()
|
D | WindowState.java | 2273 && mWindowFrames.mFrame.bottom >= displayInfo.appHeight; in fillsDisplay() 5007 displayInfo.appWidth, displayInfo.appHeight); in startAnimation()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 503 mBaseDisplayInfo.appHeight = maskedHeight; in updateLocked()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59166 Landroid/view/DisplayInfo;->appHeight:I
|