UiAutomation.ClearWindowAnimationFrameStats Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.