Android.Views.Choreographer Members

The members of Android.Views.Choreographer are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
InstanceChoreographer. Gets the choreographer for the calling thread.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.