Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipContentOverlay.java68 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()
DPipTaskOrganizer.java721 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()
DPipTransition.java502 final Rect currentBounds = mPipBoundsState.getBounds(); in startExitAnimation() local
740 final Rect currentBounds = taskInfo.configuration.windowConfiguration.getBounds(); in startEnterAnimation() local
DPipBoundsAlgorithm.java143 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/frameworks/base/core/tests/coretests/src/android/view/
DWindowMetricsTest.java88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
/frameworks/base/core/java/android/window/
DConfigurationHelper.java111 final Rect currentBounds = currentConfig.windowConfiguration.getBounds(); in shouldUpdateWindowMetricsBounds() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsStateTest.java188 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
DPipBoundsAlgorithmTest.java282 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/
DSizeCompatTests.java687 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/
DTvPipBoundsAlgorithm.java114 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/
DWindowLayoutComponentImpl.java384 final Rect currentBounds = windowManager.getCurrentWindowMetrics().getBounds(); in shouldReportDisplayFeatures() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DMediaHost.kt53 val currentBounds: Rect = Rect() in <lambda>() constant
DMediaHierarchyManager.kt127 private var currentBounds = Rect() variable
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java140 final Rect currentBounds = displayContent.getBounds(); in ScreenRotationAnimation() local
DTask.java1950 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local