Language

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

This method was deprecated in API level 33. animation-frames are no-longer used. Use Shared FrameTimeline jank metrics instead.

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

See also:

Android reference 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