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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user