Lines Matching refs:display

17 package android.hardware.display;
40 * The display power controller makes a copy of the provided object and then
48 * @return True if display is ready, false if there are important changes that must
62 * Returns information about the specified logical display.
64 * @param displayId The logical display id.
65 * @return The logical display info, or null if the display does not exist. The
71 * Registers a display transaction listener to provide the client a chance to
72 * update its surfaces within the same transaction as any display layout updates.
79 * Unregisters a display transaction listener to provide the client a chance to
80 * update its surfaces within the same transaction as any display layout updates.
87 * Overrides the display information of a particular logical display.
89 * of the default display. It is expected to apply the requested change
90 * to the display information synchronously so that applications will immediately
96 * @param displayId The logical display id.
109 * Tells the display manager about properties of the display that depend on the windows on it.
110 * This includes whether there is interesting unique content on the specified logical display,
113 * If the display has unique content, then the display manager arranges for it
114 * to be presented on a physical display if appropriate. Otherwise, the display manager
115 * may choose to make the physical display mirror some other logical display.
119 * If one of the windows on the display has a preferred refresh rate that's supported by the
120 * display, then the display manager will request its use.
123 * @param displayId The logical display id to update.
124 * @param hasContent True if the logical display has content. This is used to control automatic
135 * Describes the requested power state of the display.
148 // Policy: Enable dozing and always-on display functionality.
164 // The display power controller may choose to clamp the brightness.
182 // The display does not enter a "ready" state if this flag is true and screen on is
297 * display may have changed. Provides an opportunity for the client to