Home
last modified time | relevance | path

Searched refs:getRestrictedKeepClearAreas (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhonePipKeepClearAlgorithmTest.java112 when(mMockPipBoundsState.getRestrictedKeepClearAreas()).thenReturn(Set.of(keepClearRect)); in adjust_withCollidingRestrictedKeepClearArea_moveBounds()
130 when(mMockPipBoundsState.getRestrictedKeepClearAreas()).thenReturn(Set.of(keepClearRect)); in adjust_withNonCollidingRestrictedKeepClearArea_boundsUnchanged()
149 when(mMockPipBoundsState.getRestrictedKeepClearAreas()).thenReturn(Set.of(keepClearRect)); in adjust_withCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged()
168 when(mMockPipBoundsState.getRestrictedKeepClearAreas()).thenReturn(Set.of(keepClearRect)); in adjust_withNonCollidingRestrictedKeepClearArea_whileStashed_boundsUnchanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPhonePipKeepClearAlgorithm.java107 return findUnoccludedPosition(pipBounds, pipBoundsState.getRestrictedKeepClearAreas(), in adjust()
H A DPipBoundsAlgorithm.java120 mPipBoundsState.getRestrictedKeepClearAreas(), in getEntryDestinationBounds()
H A DPipBoundsState.java410 public Set<Rect> getRestrictedKeepClearAreas() { in getRestrictedKeepClearAreas() method in PipBoundsState
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java142 final Set<Rect> restrictedKeepClearAreas = mTvPipBoundsState.getRestrictedKeepClearAreas(); in getTvPipPlacement()