Lines Matching refs:brightness
66 * Indicates that the display supports brightness operations.
505 * Use getDisplayCapabilities instead. If brightness is supported, must return
507 * Only use getDisplayCapabilities as the source of truth to query brightness support.
509 * Gets whether brightness operations are supported on a display.
518 * Whether brightness operations are supported on the display.
523 * Sets the brightness of a display.
525 * Ideally, the brightness change should take effect in the next frame post (so that it can be
529 * The display whose brightness is set.
530 * @param brightness
531 * A number between 0.0f (minimum brightness) and 1.0f (maximum brightness), or -1.0 to
536 * UNSUPPORTED when brightness operations are not supported, or
537 * BAD_PARAMETER when the brightness is invalid, or
538 * NO_RESOURCES when the brightness cannot be applied.
540 setDisplayBrightness(Display display, float brightness) generates (Error error);