View.RequestedFrameRateCategoryNormal Field

Definition

Identifies the requested frame rate category normal requested frame-rate category for a view.

[Android.Runtime.Register("REQUESTED_FRAME_RATE_CATEGORY_NORMAL", ApiSince=35)]
public const float RequestedFrameRateCategoryNormal = -3;
[<Android.Runtime.Register("REQUESTED_FRAME_RATE_CATEGORY_NORMAL", ApiSince=35)>]
val mutable RequestedFrameRateCategoryNormal : single

Field Value

Value = -3
Attributes

Remarks

For details, see the Android reference documentation for android.view.View.REQUESTED_FRAME_RATE_CATEGORY_NORMAL.

Java documentation for android.view.View.REQUESTED_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