Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java123 getInsetBounds(insets); in getEntryDestinationBounds()
312 getInsetBounds(insetBounds); in getDefaultBounds()
336 public void getInsetBounds(Rect outRect) { in getInsetBounds() method in PipBoundsAlgorithm
337 outRect.set(mPipDisplayLayoutState.getInsetBounds()); in getInsetBounds()
358 getInsetBounds(movementBounds); in getMovementBounds()
DPipDisplayLayoutState.java83 public Rect getInsetBounds() { in getInsetBounds() method in PipDisplayLayoutState
DPhonePipKeepClearAlgorithm.java61 pipBoundsAlgorithm.getInsetBounds(insets); in adjust()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsAlgorithm.java171 getInsetBounds(insetBounds); in getTvPipPlacement()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsAlgorithmTest.java227 mPipBoundsAlgorithm.getInsetBounds(insetBounds); in getDefaultBounds_boundsAtDefaultGravity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1092 mPipBoundsAlgorithm.getInsetBounds(mTmpInsetBounds); in updateMovementBounds()
1167 mPipBoundsAlgorithm.getInsetBounds(outInsetBounds); in onDisplayRotationChanged()