HomeSort by relevance Sort by last modified time
    Searched full:newx1 (Results 1 - 1 of 1) sorted by null

  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 217 float newx1 = (float)(Math.sin(yrot) * newz1 + Math.cos(yrot) * x1); local
223 float startX = newx1 / (4 - newz1 / 400);

Completed in 197 milliseconds