Lines Matching defs:display

17 package com.android.server.display;
26 * Represents a physical display device such as the built-in display
27 * an external monitor, or a WiFi display.
36 // The display device does not manage these properties itself, they are set by
37 // the display manager service. The display device shouldn't really be looking at these.
43 // The display device owns its surface, but it should only set it
53 * Gets the display adapter that owns the display device.
55 * @return The display adapter.
62 * Gets the Surface Flinger display token for this display.
64 * @return The display token, or null if the display is not being managed
72 * Gets the name of the display device.
74 * @return The display device name.
81 * Gets information about the display device.
83 * The information returned should not change between calls unless the display
88 * @return The display device info, which should be treated as immutable by the caller.
89 * The display device should allocate a new display device info object whenever
95 * Applies any pending changes to the observable state of the display device
96 * if the display adapter sent a {@link DisplayAdapter#DISPLAY_DEVICE_EVENT_CHANGED} event.
102 * Gives the display device a chance to update its properties while in a transaction.
108 * Blanks the display, if supported.
114 * Unblanks the display, if supported.
120 * Sets the display layer stack while in a transaction.
130 * Sets the display projection while in a transaction.
132 * @param orientation defines the display's orientation
135 * @param displayRect defines where on the display will layerStackRect be
164 * Sets the display surface while in a transaction.
175 * physical and logical rects based on the display's current projection.
200 * Dumps the local state of the display device.
201 * Does not need to dump the display device info because that is already dumped elsewhere.