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

Commit 9159df66 authored by Piotr Wilczyński's avatar Piotr Wilczyński
Browse files

Update javadoc for DisplayTopology.getAbsoluteBounds

Bug: 421358887
Test: none, documentation only
Flag: com.android.server.display.feature.flags.display_topology_api
Change-Id: Ia1929b53b86037ff88f35c398b95ea241473e7b3
parent 214a11bb
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() {