Home
last modified time | relevance | path

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 DPipDisplayLayoutState.java84 Rect insetBounds = new Rect(); in getInsetBounds() local
H A DPipSnapAlgorithm.java113 Rect insetBounds) { in applySnapFraction()
H A DPipBoundsAlgorithm.java284 final Rect insetBounds = new Rect(); in getDefaultBounds() local
344 public void getMovementBounds(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut, in getMovementBounds()
H A DLegacySizeSpecSource.kt66 val insetBounds = pipDisplayLayoutState.insetBounds regex
H A DPhoneSizeSpecSource.kt87 val insetBounds = pipDisplayLayoutState.insetBounds regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java363 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 DPipMotionHelper.java408 final Rect insetBounds = mPipBoundsState.getDisplayLayout().stableInsets(); in movetoTarget() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java139 final Rect insetBounds = new Rect(); in getTvPipPlacement() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java226 final Rect insetBounds = new Rect(); in getDefaultBounds_boundsAtDefaultGravity() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java494 final Rect insetBounds = new Rect(mParentBounds); in testAppBounds_ContainedBounds() local