public final class Choreographer extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Choreographer.FrameCallback |
| Modifier and Type | Method and Description |
|---|---|
static Choreographer |
getInstance() |
void |
postFrameCallback(Choreographer.FrameCallback callback) |
void |
postFrameCallbackDelayed(Choreographer.FrameCallback callback,
long delayMillis) |
void |
removeFrameCallback(Choreographer.FrameCallback callback) |
public static Choreographer getInstance()
public void postFrameCallback(Choreographer.FrameCallback callback)
public void postFrameCallbackDelayed(Choreographer.FrameCallback callback, long delayMillis)
public void removeFrameCallback(Choreographer.FrameCallback callback)
Copyright © 2008-2013. All Rights Reserved.