android.view
Class Choreographer
java.lang.Object
android.view.Choreographer
public final class Choreographer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Choreographer getInstance()
postFrameCallback
public void postFrameCallback(Choreographer.FrameCallback callback)
postFrameCallbackDelayed
public void postFrameCallbackDelayed(Choreographer.FrameCallback callback,
long delayMillis)
removeFrameCallback
public void removeFrameCallback(Choreographer.FrameCallback callback)
Copyright © 2008-2012. All Rights Reserved.