Share via


Display.FrameRateCategoryNormal Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.DisplayFrameRateCategory enum directly instead of this field.

Normal category determines the framework's recommended normal frame rate.

[Android.Runtime.Register("FRAME_RATE_CATEGORY_NORMAL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFrameRateCategory enum directly instead of this field.", true)]
public const Android.Views.DisplayFrameRateCategory FrameRateCategoryNormal = 0;
[<Android.Runtime.Register("FRAME_RATE_CATEGORY_NORMAL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFrameRateCategory enum directly instead of this field.", true)>]
val mutable FrameRateCategoryNormal : Android.Views.DisplayFrameRateCategory

Field Value

Value = 0
Attributes

Remarks

Normal category determines the framework's recommended normal frame rate. Opt for this normal rate unless a higher frame rate significantly enhances the user experience.

Java documentation for android.view.Display.FRAME_RATE_CATEGORY_NORMAL.

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.

Applies to