Searched refs:otherRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerView.java | 1019 void resizeSplitSurfaces(Transaction t, Rect dockedRect, Rect otherRect) { in resizeSplitSurfaces() argument 1020 resizeSplitSurfaces(t, dockedRect, null, otherRect, null); in resizeSplitSurfaces() 1024 Rect otherRect, Rect otherTaskRect) { in resizeSplitSurfaces() argument 1026 otherTaskRect = otherTaskRect == null ? otherRect : otherTaskRect; in resizeSplitSurfaces() 1029 ? otherRect.right : dockedRect.right; in resizeSplitSurfaces() 1034 + " " + otherRect + " " + otherTaskRect); in resizeSplitSurfaces() 1043 crop.set(otherRect); in resizeSplitSurfaces() 1044 crop.offsetTo(-(otherTaskRect.left - otherRect.left), in resizeSplitSurfaces() 1045 -(otherTaskRect.top - otherRect.top)); in resizeSplitSurfaces()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | GridView.java | 1968 Rect otherRect = mTempRect; in onFocusChanged() local 1978 other.getDrawingRect(otherRect); in onFocusChanged() 1979 offsetDescendantRectToMyCoords(other, otherRect); in onFocusChanged() 1980 int distance = getDistance(previouslyFocusedRect, otherRect, direction); in onFocusChanged()
|
H A D | ListView.java | 3796 Rect otherRect = mTempRect; 3808 other.getDrawingRect(otherRect); 3809 offsetDescendantRectToMyCoords(other, otherRect); 3810 int distance = getDistance(previouslyFocusedRect, otherRect, direction);
|