UiAutomation.ClearWindowContentFrameStats(Int32) 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 frame statistics for the content of a given window.
[Android.Runtime.Register("clearWindowContentFrameStats", "(I)Z", "")]
public bool ClearWindowContentFrameStats (int windowId);
[<Android.Runtime.Register("clearWindowContentFrameStats", "(I)Z", "")>]
member this.ClearWindowContentFrameStats : int -> bool
Parameters
- windowId
- Int32
The window id.
Returns
Whether the window is present and its frame statistics were cleared.
- Attributes
Remarks
Clears the frame statistics for the content of a given window. These statistics contain information about the most recently rendered content frames.
Java documentation for android.app.UiAutomation.clearWindowContentFrameStats(int)
.
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.