Package 

Class ChoreographerCompat.FrameCallback


  • 
    public abstract class ChoreographerCompat.FrameCallback
    
                        

    This class provides a compatibility wrapper around the JellyBean FrameCallback with methods toaccess cached wrappers for submitting a real FrameCallback to a Choreographer or a Runnable toa Handler.

    • Method Summary

      Modifier and Type Method Description
      abstract void doFrame(long frameTimeNanos) Just a wrapper for frame callback, see .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • doFrame

         abstract void doFrame(long frameTimeNanos)

        Just a wrapper for frame callback, see .