Home
last modified time | relevance | path

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

/development/apps/OBJViewer/com/android/objviewer/
DOBJViewer.java68 private float mRotVelocity = 1.0f; field in OBJView
96 mRotVelocity = 1.0f; in reset()
113 mRotVelocity -= 1.0f; in onKeyDown()
117 mRotVelocity += 1.0f; in onKeyDown()
121 mRotVelocity = 0.0f; in onKeyDown()
224 mRotAngle += mRotVelocity; in onDraw()