android.view
Class Choreographer

java.lang.Object
  extended by android.view.Choreographer

public final class Choreographer
extends Object


Nested Class Summary
static interface Choreographer.FrameCallback
           
 
Method Summary
static Choreographer getInstance()
           
 void postFrameCallback(Choreographer.FrameCallback callback)
           
 void postFrameCallbackDelayed(Choreographer.FrameCallback callback, long delayMillis)
           
 void removeFrameCallback(Choreographer.FrameCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.