File
Doc
Category
Size
Date
Package
GLFrame.java
API Doc
Android 5.1 API
13467
Thu Mar 12 22:22:30 GMT 2015
android.filterfw.core
GLFrameTimer
java.lang.Object
public class GLFrameTimer extends Object
Fields Summary
private static android.filterfw.core.StopWatchMap
mTimer
Constructors Summary
Methods Summary
public static
android.filterfw.core.StopWatchMap
get
()
if (mTimer == null) { mTimer = new StopWatchMap(); } return mTimer;
Java Code Source