Member Name | Description |
---|---|
D400 | Documentation for this section has not yet been entered. |
D560 | Documentation for this section has not yet been entered. |
Default | The reference density used throughout the system. |
High | Standard quantized DPI for high-density screens. |
Low | Standard quantized DPI for low-density screens. |
Medium | Standard quantized DPI for medium-density screens. |
Tv |
DisplayMetrics.DensityHigh Android.Graphics.Drawables.Drawable This density was original introduced to correspond with a 720p TV screen: the density for 1080p televisions is DisplayMetrics.DensityXhigh, and the value here provides the same UI size for a TV running at 720p. It has also found use in 7" tablets, when these devices have 1280x720 displays. |
Xhigh | Standard quantized DPI for extra-high-density screens. |
Xxhigh | Standard quantized DPI for extra-extra-high-density screens. Applications should not generally worry about this density; relying on XHIGH graphics being scaled up to it should be sufficient for almost all cases. |
Xxxhigh | Standard quantized DPI for extra-extra-extra-high-density screens. Applications should not generally worry about this density; relying on XHIGH graphics being scaled up to it should be sufficient for almost all cases. A typical use of this density would be 4K television screens -- 3840x2160, which is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH. |