Home
last modified time | relevance | path

Searched refs:getInsetBounds (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhonePipKeepClearAlgorithmTest.java117 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_withCollidingRestrictedKeepClearArea_moveBounds()
135 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_withNonCollidingRestrictedKeepClearArea_boundsUnchanged()
154 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_withCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged()
173 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_withNonCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged()
192 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_aboveDisplayBounds_onLeftEdge_appliesBottomLeftGravity()
212 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_belowDisplayBounds_onLeftEdge_appliesBottomLeftGravity()
234 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_aboveDisplayBounds_onRightEdge_appliesBottomRightGravity()
256 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_belowDisplayBounds_onRightEdge_appliesBottomRightGravity()
277 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_whileStashed_aboveDisplayBounds_alignsToBottomInset()
297 }).when(mMockPipBoundsAlgorithm).getInsetBounds(any(Rect.class)); in adjust_whileStashed_belowDisplayBounds_alignsToBottomInset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java118 getInsetBounds(insets); in getEntryDestinationBounds()
285 getInsetBounds(insetBounds); in getDefaultBounds()
309 public void getInsetBounds(Rect outRect) { in getInsetBounds() method in PipBoundsAlgorithm
310 outRect.set(mPipDisplayLayoutState.getInsetBounds()); in getInsetBounds()
331 getInsetBounds(movementBounds); in getMovementBounds()
H A DPipDisplayLayoutState.java83 public Rect getInsetBounds() { in getInsetBounds() method in PipDisplayLayoutState
H A DPhonePipKeepClearAlgorithm.java61 pipBoundsAlgorithm.getInsetBounds(insets); in adjust()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java140 getInsetBounds(insetBounds); in getTvPipPlacement()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java227 mPipBoundsAlgorithm.getInsetBounds(insetBounds); in getDefaultBounds_boundsAtDefaultGravity()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java1092 mPipBoundsAlgorithm.getInsetBounds(mTmpInsetBounds); in updateMovementBounds()
1162 mPipBoundsAlgorithm.getInsetBounds(outInsetBounds); in onDisplayRotationChanged()