Android.App.UiAutomation.WindowAnimationFrameStats Property
Gets the window animation frame statistics.

Syntax

[get: Android.Runtime.Register("getWindowAnimationFrameStats", "()Landroid/view/WindowAnimationFrameStats;", "GetGetWindowAnimationFrameStatsHandler")]
public Android.Views.WindowAnimationFrameStats WindowAnimationFrameStats { get; }

See Also

Android.Views.WindowAnimationFrameStats
UiAutomation.ClearWindowAnimationFrameStats

Value

Documentation for this section has not yet been entered.

Remarks

Gets the window animation frame statistics. These statistics contain information about the most recently rendered window animation frames, i.e. for window transition animations.

A typical usage requires clearing the window animation frame statistics via UiAutomation.ClearWindowAnimationFrameStats followed by an interaction that causes a window transition which uses a window animation and finally getting the window animation frame statistics by calling this method.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18