/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipContentOverlay.java | 68 Rect currentBounds, float fraction); in onAnimationUpdate() 106 Rect currentBounds, float fraction) { in onAnimationUpdate() 164 Rect currentBounds, float fraction) { in onAnimationUpdate() 215 Rect currentBounds, float fraction) { in onAnimationUpdate()
|
D | PipTaskOrganizer.java | 721 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local 752 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppearedWithFixedRotation() local 1280 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip() 1602 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
|
D | PipTransition.java | 502 final Rect currentBounds = mPipBoundsState.getBounds(); in startExitAnimation() local 740 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
|
D | PipBoundsAlgorithm.java | 143 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowMetricsTest.java | 88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
|
/frameworks/base/core/java/android/window/ |
D | ConfigurationHelper.java | 111 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
D | PipBoundsStateTest.java | 188 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
|
D | PipBoundsAlgorithmTest.java | 282 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio() local 328 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_ignoreMinBounds() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SizeCompatTests.java | 687 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedScreenBoundsWhenDisplaySizeChanged() local 826 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testMoveToDifferentOrientationDisplay() local 878 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedOrientationRotateCutoutDisplay() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipBoundsAlgorithm.java | 114 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/ |
D | WindowLayoutComponentImpl.java | 384 final Rect currentBounds = windowManager.getCurrentWindowMetrics().getBounds(); in shouldReportDisplayFeatures() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
D | MediaHost.kt | 53 val currentBounds: Rect = Rect() in <lambda>() constant
|
D | MediaHierarchyManager.kt | 127 private var currentBounds = Rect() variable
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ScreenRotationAnimation.java | 140 final Rect currentBounds = displayContent.getBounds(); in ScreenRotationAnimation() local
|
D | Task.java | 1950 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local
|