Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b4a60d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc for DisplayTopology.getAbsoluteBounds" into main

parents 9cff476d 9159df66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -572,9 +572,9 @@ public final class DisplayTopology implements Parcelable {
    }

    /**
     * Assign absolute bounds to each display. The top-left corner of the root is at position
     * Assign absolute bounds in dp to each display. The top-left corner of the root is at position
     * (0, 0).
     * @return Map from logical display ID to the display's absolute bounds
     * @return Map from logical display ID to the display's absolute bounds in dp
     */
    @NonNull
    public SparseArray<RectF> getAbsoluteBounds() {