Lines Matching defs:display

17 package com.android.server.display;
20 import android.hardware.display.DisplayViewport;
29 * Represents a physical display device such as the built-in display
30 * an external monitor, or a WiFi display.
40 // The display device does not manage these properties itself, they are set by
41 // the display manager service. The display device shouldn't really be looking at these.
47 // The display device owns its surface, but it should only set it
62 * Gets the display adapter that owns the display device.
64 * @return The display adapter.
71 * Gets the Surface Flinger display token for this display.
73 * @return The display token, or null if the display is not being managed
81 * Gets the name of the display device.
83 * @return The display device name.
90 * Returns the unique id of the display device.
97 * Gets information about the display device.
99 * The information returned should not change between calls unless the display
104 * @return The display device info, which should be treated as immutable by the caller.
105 * The display device should allocate a new display device info object whenever
111 * Applies any pending changes to the observable state of the display device
112 * if the display adapter sent a {@link DisplayAdapter#DISPLAY_DEVICE_EVENT_CHANGED} event.
118 * Gives the display device a chance to update its properties while in a transaction.
124 * Sets the display state, if supported.
126 * @param state The new display state.
127 * @param brightness The new display brightness.
142 * Sets the display layer stack while in a transaction.
152 * Sets the display projection while in a transaction.
154 * @param orientation defines the display's orientation
157 * @param displayRect defines where on the display will layerStackRect be
186 * Sets the display surface while in a transaction.
197 * physical and logical rects based on the display's current projection.
222 * Dumps the local state of the display device.
223 * Does not need to dump the display device info because that is already dumped elsewhere.