Home
last modified time | relevance | path

Searched refs:unitAngle (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java344 float unitAngle = (float) Math.cos(animationUnit * 2 * Math.PI); in onDrawFrame() local
345 float angle = unitAngle * 135f; in onDrawFrame()