Searched refs:y2 (Results 1 – 5 of 5) 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/tools/winscope/src/app/components/ |
D | trackpad_vertical_scroll.svg | 14 <linearGradient id="paint0_linear_1335_3183" x1="21.5321" y1="39.8503" x2="21.5321" y2="68.3827" gr… 18 <linearGradient id="paint1_linear_1335_3183" x1="41.2093" y1="36.6833" x2="41.2093" y2="65.7436" gr…
|
D | trackpad_horizontal_scroll.svg | 14 <linearGradient id="paint0_linear_1270_831" x1="27.2428" y1="51.0527" x2="27.2428" y2="87.5548" gra… 18 <linearGradient id="paint1_linear_1270_831" x1="52.4162" y1="47.001" x2="52.4162" y2="84.1783" grad…
|
D | trackpad_right_click.svg | 9 <linearGradient id="paint0_linear_1335_3198" x1="40.9144" y1="36.6833" x2="40.9144" y2="65.7436" gr…
|
/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() 586 .addPointer(1, x2, y2)); in handleEvent()
|