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

Commit aa8b6e94 authored by Vadim Caen's avatar Vadim Caen Committed by Android (Google) Code Review
Browse files

Merge "Update DisplayDevice doc to include VirtualDisplay"

parents 563b92d6 3090f0eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ import android.view.SurfaceControl;
import java.io.PrintWriter;

/**
 * Represents a physical display device such as the built-in display
 * an external monitor, or a WiFi display.
 * Represents a display device such as the built-in display, an external monitor, a WiFi display,
 * or a {@link android.hardware.display.VirtualDisplay}.
 * <p>
 * Display devices are guarded by the {@link DisplayManagerService.SyncRoot} lock.
 * </p>