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

Commit 3090f0eb authored by Vadim Caen's avatar Vadim Caen
Browse files

Update DisplayDevice doc to include VirtualDisplay

The DisplayDevice doc explicity say that it represent a physical
display, which is not true anymore since it can also represent a virtual
display
(com.android.server.display.VirtualDisplayAdapter#createVirtualDisplayLocked)

Test: N/A
Bug: N/A
Change-Id: I010622ccbbc637d364f932082a8f96afbee8f6de
parent 9a0c9f23
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>