Searched refs:getRestrictedKeepClearAreas (Results 1 – 5 of 5) sorted by relevance
112 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()
107 return findUnoccludedPosition(pipBounds, pipBoundsState.getRestrictedKeepClearAreas(), in adjust()
125 mPipBoundsState.getRestrictedKeepClearAreas(), in getEntryDestinationBounds()
448 public Set<Rect> getRestrictedKeepClearAreas() { in getRestrictedKeepClearAreas() method in PipBoundsState
154 final Set<Rect> restrictedKeepClearAreas = mTvPipBoundsState.getRestrictedKeepClearAreas(); in getTvPipPlacement()