Searched refs:animationUnit (Results 1 – 1 of 1) sorted by relevance
343 double animationUnit = ((double) time) / 4000; in onDrawFrame() local344 float unitAngle = (float) Math.cos(animationUnit * 2 * Math.PI); in onDrawFrame()