Android.Views.Choreographer: Method Members

The methods of Android.Views.Choreographer are listed below. For a list of all members, see the Choreographer Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

PostFrameCallback(Choreographer.IFrameCallback)
Posts a frame callback to run on the next frame.
PostFrameCallbackDelayed(Choreographer.IFrameCallback, long)
Posts a frame callback to run on the next frame after the specified delay.
RemoveFrameCallback(Choreographer.IFrameCallback)
Removes a previously posted frame callback.