Searched refs:cx (Results 1 – 6 of 6) sorted by relevance
/development/tools/winscope/src/mixins/ |
D | Timeline.js | 112 translate(cx) { 115 return cx; 118 return (cx - scale[0]) / (scale[1] - scale[0]); 130 applyCrop(cx) { 132 return cx; 135 return (cx - this.crop.left) / (this.crop.right - this.crop.left);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | DraggableDot.java | 149 final float cx = wf/2; in onDraw() local 154 canvas.drawCircle(cx, cy, rad, mPaint); in onDraw() 158 cx, cy + mLegendPaint.getFontSpacing()/2, in onDraw() 168 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw() 170 canvas.drawCircle(cx, cy, rad, mGlow); in onDraw()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapMesh.java | 84 private void warp(float cx, float cy) { in warp() argument 91 float dx = cx - x; in warp() 101 dst[i+0] = cx; in warp()
|
D | Compass.java | 106 int cx = w / 2; in onDraw() local 109 canvas.translate(cx, cy); in onDraw()
|
D | SensorTest.java | 189 int cx = w / 2; in onDraw() local 192 canvas.translate(cx, cy); in onDraw()
|
D | TouchPaint.java | 525 float cx = nx * cd; in drawSplat() local 557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()
|