Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowMetricsTest.java88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
/aosp12/frameworks/base/core/java/android/window/
H A DConfigurationHelper.java124 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsStateTest.java187 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
H A DPipBoundsAlgorithmTest.java277 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio() local
323 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_ignoreMinBounds() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java542 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local
581 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppearedWithFixedRotation() local
1018 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip()
1311 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
H A DPipTransition.java287 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
H A DPipBoundsAlgorithm.java146 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java249 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedScreenBoundsWhenDisplaySizeChanged() local
387 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testMoveToDifferentOrientationDisplay() local
439 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedOrientationRotateCutoutDisplay() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaHierarchyManager.kt96 private var currentBounds = Rect() regex
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java1938 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local