FileDocCategorySizeDatePackage
Choreographer_Delegate.javaAPI DocAndroid 5.1 API1114Thu Mar 12 22:22:44 GMT 2015android.view

Choreographer_Delegate

public class Choreographer_Delegate extends Object
Delegate used to provide new implementation of a select few methods of {@link Choreographer} Through the layoutlib_create tool, the original methods of Choreographer have been replaced by calls to methods of the same name in this delegate class.

Fields Summary
Constructors Summary
Methods Summary
public static floatgetRefreshRate()

        return 60.f;