/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/pip/ |
H A D | PipContentOverlay.java | 68 Rect currentBounds, float fraction) {} in onAnimationUpdate() 108 Rect currentBounds, float fraction) { in onAnimationUpdate() 161 Rect currentBounds, float fraction) { in onAnimationUpdate() 238 Rect currentBounds, float fraction) { in onAnimationUpdate()
|
/aosp_15_r20/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | MagnificationThumbnail.java | 102 public void setThumbnailBounds(Rect currentBounds, float scale, float centerX, float centerY) { in setThumbnailBounds() 115 private void refreshBackgroundBounds(Rect currentBounds) { in refreshBackgroundBounds()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipTransition.java | 248 final Rect currentBounds = mPipBoundsState.getBounds(); in startAnimation() local 426 final Rect currentBounds = pipChange.getStartAbsBounds(); in startEnterAnimation() local 506 Rect currentBounds, Rect destinationBounds, in startExitAnimation()
|
H A D | TvPipBoundsAlgorithm.java | 130 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | WindowMetricsTestHelper.java | 107 final Rect currentBounds = isFreeForm ? currentMetrics.getBounds() in assertMetricsValidity() local 145 final Rect currentBounds = shouldBoundsIncludeInsets ? currentMetrics.getBounds() in assertMetricsMatchDisplay() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
H A D | WindowContextTests.java | 248 final Rect currentBounds = wm.getCurrentWindowMetrics().getBounds(); in testWindowProviderServiceLifecycle() local 267 private void assertBoundsMatches(TestWindowService service, Rect currentBounds, in assertBoundsMatches()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 938 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local 972 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppearedWithFixedRotation() local 1541 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip() 1885 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
|
H A D | PipTransition.java | 753 final Rect currentBounds = mPipBoundsState.getBounds(); in startExitAnimation() local 1084 final Rect currentBounds = pipChange.getStartAbsBounds(); in startEnterAnimation() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipBoundsAlgorithmTest.java | 296 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio() local 342 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_ignoreMinBounds() local
|
H A D | PipBoundsStateTest.java | 225 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
H A D | DesktopModeWindowDecorViewModelTests.kt | 492 val currentBounds = decor.mTaskInfo.configuration.windowConfiguration.bounds in <lambda>() constant 569 val currentBounds = decor.mTaskInfo.configuration.windowConfiguration.bounds in <lambda>() constant
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowMetricsTest.java | 88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | ConfigurationHelper.java | 111 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | InsetUtil.java | 59 Rect currentBounds = getCurrentBounds(context); in setupSysUiInsets() local
|
/aosp_15_r20/cts/tests/tests/media/projection/src/android/media/projection/cts/ |
H A D | MediaProjectionMirroringTest.java | 329 final Point currentBounds = new Point(currentWindowMetrics.getBounds().width(), in calculateScaledMirroredActivitySize() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/view/ |
D | MediaHost.java | 53 private final android.graphics.Rect currentBounds = null; field in MediaHost
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
H A D | MediaHierarchyManager.kt | 145 private var currentBounds = Rect() variable
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipBoundsAlgorithm.java | 149 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ScreenRotationAnimation.java | 139 final Rect currentBounds = displayContent.getBounds(); in ScreenRotationAnimation() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
H A D | MediaHost.kt | 61 val currentBounds: Rect = Rect() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopModeVisualIndicator.java | 518 final Rect currentBounds = mRectEvaluator.evaluate(fraction, mStartBounds, mEndBounds); in updateBounds() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/windowdecor/tiling/ |
D | DesktopTilingWindowDecoration.java | 135 android.graphics.Rect currentBounds) { in onAppTiled()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/controller/ |
D | MediaHierarchyManager.java | 111 private android.graphics.Rect currentBounds; field in MediaHierarchyManager
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
H A D | PipTouchHandler.java | 1101 final Rect currentBounds = mPipBoundsState.getBounds(); in willResizeMenu() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 527 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedScreenBoundsWhenDisplaySizeChanged() local 698 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testMoveToDifferentOrientationDisplay() local 751 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedOrientationRotateCutoutDisplay() local
|