FileDocCategorySizeDatePackage
Choreographer.javaAPI DocAndroid 5.1 API703Sat Mar 14 14:09:42 GMT 2015android.view

Choreographer

public final class Choreographer extends Object

Fields Summary
Constructors Summary
Choreographer()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.view.ChoreographergetInstance()

 throw new RuntimeException("Stub!"); 
public voidpostFrameCallback(android.view.Choreographer$FrameCallback callback)

 throw new RuntimeException("Stub!"); 
public voidpostFrameCallbackDelayed(android.view.Choreographer$FrameCallback callback, long delayMillis)

 throw new RuntimeException("Stub!"); 
public voidremoveFrameCallback(android.view.Choreographer$FrameCallback callback)

 throw new RuntimeException("Stub!");