Home
last modified time | relevance | path

Searched defs:currentBounds (Results 1 – 16 of 16) 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()
216 Rect currentBounds, float fraction) { in onAnimationUpdate()
DPipTaskOrganizer.java784 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local
818 final Rect currentBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppearedWithFixedRotation() local
1379 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip()
1700 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
DPipTransition.java593 final Rect currentBounds = mPipBoundsState.getBounds(); in startExitAnimation() local
876 final Rect currentBounds = pipChange.getStartAbsBounds(); in startEnterAnimation() local
/frameworks/base/core/tests/coretests/src/android/view/
DWindowMetricsTest.java88 Rect currentBounds = currentMetrics.getBounds(); in verifyMetricsValidity() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationThumbnail.java97 public void setThumbnailBounds(Rect currentBounds, float scale, float centerX, float centerY) { in setThumbnailBounds()
110 private void refreshBackgroundBounds(Rect currentBounds) { in refreshBackgroundBounds()
/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.java204 final Rect currentBounds = new Rect(10, 10, 20, 15); in testSetBounds_updatesPipExclusionBounds() local
DPipBoundsAlgorithmTest.java296 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio() local
342 final Rect currentBounds = new Rect(0, 0, 0, 100); in getAdjustedDestinationBounds_ignoreMinBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsAlgorithm.java112 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java784 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedScreenBoundsWhenDisplaySizeChanged() local
923 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testMoveToDifferentOrientationDisplay() local
975 final Rect currentBounds = mActivity.getWindowConfiguration().getBounds(); in testFixedOrientationRotateCutoutDisplay() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java397 Rect currentBounds = mRectEvaluator.evaluate(fraction, mStartBounds, mEndBounds); in updateBounds() 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/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java140 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java142 final Rect currentBounds = displayContent.getBounds(); in ScreenRotationAnimation() local
DTask.java1930 final Rect currentBounds = getRequestedOverrideBounds(); in onConfigurationChangedInner() local