Lines Matching defs:display

17 package com.android.server.display;
26 * Describes the characteristics of a physical display device.
30 * Flag: Indicates that this display device should be considered the default display
36 * Flag: Indicates that the orientation of this display device is coupled to the
37 * rotation of its associated logical display.
39 * This flag should be applied to the default display to indicate that the user
40 * physically rotates the display when content is presented in a different orientation.
41 * The display manager will apply a coordinate transformation assuming that the
42 * physical orientation of the display matches the logical orientation of its content.
44 * The flag should not be set when the display device is mounted in a fixed orientation
45 * such as on a desk. The display manager will apply a coordinate transformation
47 * assumption that the physical orientation of the display is invariant.
53 * Flag: Indicates that this display device has secure video output, such as HDCP.
58 * Flag: Indicates that this display device supports compositing
79 * Gets the name of the display device, which may be derived from
85 * The width of the display in its natural orientation, in pixels.
86 * This value is not affected by display rotation.
91 * The height of the display in its natural orientation, in pixels.
92 * This value is not affected by display rotation.
97 * The refresh rate of the display.
102 * The nominal apparent density of the display in DPI used for layout calculations.
110 * The physical density of the display in DPI in the X direction.
116 * The physical density of the display in DPI in the X direction.
132 * The additional rotation to apply to all content presented on the display device
135 * This field can be used to compensate for the fact that the display has been
149 * Interpretation varies by display type.
156 // but we don't know the physical size of the display.