Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java1024 Rect otherRect, Rect otherTaskRect) { in resizeSplitSurfaces() argument
1026 otherTaskRect = otherTaskRect == null ? otherRect : otherTaskRect; in resizeSplitSurfaces()
1034 + " " + otherRect + " " + otherTaskRect); in resizeSplitSurfaces()
1042 t.setPosition(mTiles.mSecondarySurface, otherTaskRect.left, otherTaskRect.top); in resizeSplitSurfaces()
1044 crop.offsetTo(-(otherTaskRect.left - otherRect.left), in resizeSplitSurfaces()
1045 -(otherTaskRect.top - otherRect.top)); in resizeSplitSurfaces()