UiAutomation.ClearWindowAnimationFrameStats Method

Definition

Clears the window animation rendering statistics.

[Android.Runtime.Register("clearWindowAnimationFrameStats", "()V", "")]
public void ClearWindowAnimationFrameStats ();
[<Android.Runtime.Register("clearWindowAnimationFrameStats", "()V", "")>]
member this.ClearWindowAnimationFrameStats : unit -> unit
Attributes

Remarks

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

This member is deprecated. animation-frames are no-longer used. Use Shared FrameTimeline jank metrics instead.

Java documentation for android.app.UiAutomation.clearWindowAnimationFrameStats().

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

See also