Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DWindowMetricsTest.java88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsStateTest.java187 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java108 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
DPipTaskOrganizer.java555 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()
DPipBoundsAlgorithm.java146 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt258 val currentBounds = windowMetrics.bounds in calculateInsetsForRotationWithRotatedResources() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java271 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/
DMediaHost.kt37 val currentBounds: Rect = Rect() in <lambda>() constant
DMediaHierarchyManager.kt94 private var currentBounds = Rect() variable
/frameworks/base/services/core/java/com/android/server/wm/
DTask.java2278 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local
/frameworks/base/core/java/android/app/
DActivityThread.java5933 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local