DisplayMetrics.DensityXxxhigh Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.
Standard quantized DPI for extra-extra-extra-high-density screens.
[Android.Runtime.Register("DENSITY_XXXHIGH")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)]
public const Android.Util.DisplayMetricsDensity DensityXxxhigh = 640;
[<Android.Runtime.Register("DENSITY_XXXHIGH")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable DensityXxxhigh : Android.Util.DisplayMetricsDensity
Field Value
Value = 640- Attributes
Remarks
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.
Java documentation for android.util.DisplayMetrics.DENSITY_XXXHIGH
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.