Home | History | Annotate | Download | only in view

Lines Matching refs:Display

27  * Describes the characteristics of a particular logical display.
32 * The surface flinger layer stack associated with this logical display.
37 * Display flags.
42 * Display type.
47 * Display address, or null if none.
48 * Interpretation varies by display type.
53 * The human-readable name of the display.
58 * The width of the portion of the display that is available to applications, in pixels.
59 * Represents the size of the display minus any system decorations.
64 * The height of the portion of the display that is available to applications, in pixels.
65 * Represents the size of the display minus any system decorations.
98 * The logical width of the display, in pixels.
99 * Represents the usable size of the display which may be smaller than the
100 * physical size when the system is emulating a smaller display.
105 * The logical height of the display, in pixels.
106 * Represents the usable size of the display which may be smaller than the
107 * physical size when the system is emulating a smaller display.
113 * Number of overscan pixels on the left side of the display.
119 * Number of overscan pixels on the top side of the display.
125 * Number of overscan pixels on the right side of the display.
131 * Number of overscan pixels on the bottom side of the display.
136 * The rotation of the display relative to its natural orientation.
141 * The value of this field is indeterminate if the logical display is presented on
142 * more than one physical display.
148 * The refresh rate of this display in frames per second.
150 * The value of this field is indeterminate if the logical display is presented on
151 * more than one physical display.
157 * The logical display density which is the basis for density-independent
165 * The value of this field is indeterminate if the logical display is presented on
166 * more than one physical display.
174 * The value of this field is indeterminate if the logical display is presented on
175 * more than one physical display.
404 sb.append(Display.typeToString(type));
414 if ((flags & Display.FLAG_SECURE) != 0) {
417 if ((flags & Display.FLAG_SUPPORTS_PROTECTED_BUFFERS) != 0) {