Searched defs:currentBounds (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | WindowMetricsTest.java | 88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | ConfigurationHelper.java | 124 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 D | PipBoundsStateTest.java | 187 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
|
H A D | PipBoundsAlgorithmTest.java | 277 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 D | PipTaskOrganizer.java | 542 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 D | PipTransition.java | 287 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
|
H A D | PipBoundsAlgorithm.java | 146 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 249 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 D | MediaHierarchyManager.kt | 96 private var currentBounds = Rect() regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 1938 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local
|