Home
last modified time | relevance | path

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

/development/samples/HelloEffects/src/com/example/android/mediafx/
DTextureRenderer.java147 float x0, y0, x1, y1; in computeOutputVertices() local
152 y1 = 1.0f; in computeOutputVertices()
157 y1 = relativeAspectRatio; in computeOutputVertices()
159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; in computeOutputVertices()
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
DTextureRenderer.java147 float x0, y0, x1, y1; in computeOutputVertices() local
152 y1 = 1.0f; in computeOutputVertices()
157 y1 = relativeAspectRatio; in computeOutputVertices()
159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 }; in computeOutputVertices()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine() argument
211 float newy1 = (float)(Math.sin(xrot) * z1 + Math.cos(xrot) * y1); in drawLine()
213 float newz1 = (float)(Math.cos(xrot) * z1 - Math.sin(xrot) * y1); in drawLine()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java550 float y1 = pt1yStart; in handleEvent() local
565 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5)); in handleEvent()
569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); in handleEvent()
573 y1 += pt1yStep; in handleEvent()
579 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2, in handleEvent()
584 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1) in handleEvent()