Searched refs:y2 (Results 1 – 2 of 2) sorted by relevance
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine() argument 212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2); in drawLine() 214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2); in drawLine()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceScript.java | 552 float y2 = pt2yStart; in handleEvent() local 569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); in handleEvent() 575 y2 += pt2yStep; in handleEvent() 580 y2, 1, 5)); in handleEvent() 585 .addPointer(1, x2, y2)); in handleEvent()
|