Searched defs:insetBounds (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PipDisplayLayoutState.java | 84 Rect insetBounds = new Rect(); in getInsetBounds() local
|
H A D | PipSnapAlgorithm.java | 113 Rect insetBounds) { in applySnapFraction()
|
H A D | PipBoundsAlgorithm.java | 284 final Rect insetBounds = new Rect(); in getDefaultBounds() local 344 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds()
|
H A D | LegacySizeSpecSource.kt | 66 val insetBounds = pipDisplayLayoutState.insetBounds regex
|
H A D | PhoneSizeSpecSource.kt | 87 val insetBounds = pipDisplayLayoutState.insetBounds regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandler.java | 363 public void adjustBoundsForRotation(Rect outBounds, Rect curBounds, Rect insetBounds) { in adjustBoundsForRotation() 380 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect curBounds, in onMovementBoundsChanged() 413 mPipBoundsState.getExpandedBounds(), insetBounds, expandedMovementBounds, in onMovementBoundsChanged() local
|
H A D | PipMotionHelper.java | 408 final Rect insetBounds = mPipBoundsState.getDisplayLayout().stableInsets(); in movetoTarget() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipBoundsAlgorithm.java | 139 final Rect insetBounds = new Rect(); in getTvPipPlacement() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipBoundsAlgorithmTest.java | 226 final Rect insetBounds = new Rect(); in getDefaultBounds_boundsAtDefaultGravity() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskTests.java | 494 final Rect insetBounds = new Rect(mParentBounds); in testAppBounds_ContainedBounds() local
|