Searched defs:currentBounds (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowMetricsTest.java | 88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipBoundsStateTest.java | 187 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
|
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
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransition.java | 108 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
|
D | PipTaskOrganizer.java | 555 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local 592 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppearedWithFixedRotation() local 1006 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip() 1283 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
|
D | PipBoundsAlgorithm.java | 146 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProvider.kt | 258 val currentBounds = windowMetrics.bounds in calculateInsetsForRotationWithRotatedResources() constant
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SizeCompatTests.java | 271 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedScreenBoundsWhenDisplaySizeChanged() local 404 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testMoveToDifferentOrientationDisplay() local 456 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedOrientationRotateCutoutDisplay() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHost.kt | 37 val currentBounds: Rect = Rect() in <lambda>() constant
|
D | MediaHierarchyManager.kt | 94 private var currentBounds = Rect() variable
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Task.java | 2278 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 5933 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
|