Choreographer

interface Choreographer

The interface to a android.view.Choreographer-like object, that can either use the android.view.Choreographer or a mock one for testing purposes, or override built-in android.view.Choreographer's behaviors.

Functions

Link copied to clipboard

Posts a frame callback to run on the next frame.

Link copied to clipboard

Removes a previously posted frame callback.