Home
last modified time | relevance | path

Searched defs:xrot (Results 1 – 2 of 2) sorted by relevance

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java246 float xrot = ((float)(now - mStartTime)) / 1000; in drawCube() local
253 void rotateAndProjectPoints(float xrot, float yrot) { in rotateAndProjectPoints()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java204 float xrot = ((float)(now - mStartTime)) / 1000; in drawLine() local