Home
last modified time | relevance | path

Searched defs:currentBounds (Results 1 – 25 of 213) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/pip/
H A DPipContentOverlay.java68 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 DMagnificationThumbnail.java102 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 DTvPipTransition.java248 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 DTvPipBoundsAlgorithm.java130 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowMetricsTestHelper.java107 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 DWindowContextTests.java248 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 DPipTaskOrganizer.java938 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 DPipTransition.java753 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 DPipBoundsAlgorithmTest.java296 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 DPipBoundsStateTest.java225 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 DDesktopModeWindowDecorViewModelTests.kt492 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 DWindowMetricsTest.java88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java111 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DInsetUtil.java59 Rect currentBounds = getCurrentBounds(context); in setupSysUiInsets() local
/aosp_15_r20/cts/tests/tests/media/projection/src/android/media/projection/cts/
H A DMediaProjectionMirroringTest.java329 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/
DMediaHost.java53 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 DMediaHierarchyManager.kt145 private var currentBounds = Rect() variable
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java149 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java139 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 DMediaHost.kt61 val currentBounds: Rect = Rect() in <lambda>() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java518 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/
DDesktopTilingWindowDecoration.java135 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/
DMediaHierarchyManager.java111 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 DPipTouchHandler.java1101 final Rect currentBounds = mPipBoundsState.getBounds(); in willResizeMenu() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java527 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

123456789