Uses of Interface
android.view.Choreographer.FrameCallback

Packages that use Choreographer.FrameCallback
android.view   
 

Uses of Choreographer.FrameCallback in android.view
 

Methods in android.view with parameters of type Choreographer.FrameCallback
 void Choreographer.postFrameCallback(Choreographer.FrameCallback callback)
           
 void Choreographer.postFrameCallbackDelayed(Choreographer.FrameCallback callback, long delayMillis)
           
 void Choreographer.removeFrameCallback(Choreographer.FrameCallback callback)
           
 



Copyright © 2008-2012. All Rights Reserved.