public class ReactChoreographer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReactChoreographer.CallbackType |
Modifier and Type | Method and Description |
---|---|
static ReactChoreographer |
getInstance() |
void |
postFrameCallback(ReactChoreographer.CallbackType type,
android.view.Choreographer.FrameCallback frameCallback) |
void |
removeFrameCallback(ReactChoreographer.CallbackType type,
android.view.Choreographer.FrameCallback frameCallback) |
public static ReactChoreographer getInstance()
public void postFrameCallback(ReactChoreographer.CallbackType type, android.view.Choreographer.FrameCallback frameCallback)
public void removeFrameCallback(ReactChoreographer.CallbackType type, android.view.Choreographer.FrameCallback frameCallback)