Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/mixins/
DTimeline.js112 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/
DDraggableDot.java149 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/
DBitmapMesh.java84 private void warp(float cx, float cy) { in warp() argument
91 float dx = cx - x; in warp()
101 dst[i+0] = cx; in warp()
DCompass.java106 int cx = w / 2; in onDraw() local
109 canvas.translate(cx, cy); in onDraw()
DSensorTest.java189 int cx = w / 2; in onDraw() local
192 canvas.translate(cx, cy); in onDraw()
DTouchPaint.java525 float cx = nx * cd; in drawSplat() local
557 mCanvas.drawCircle(x + px - cx, y + py - cy, 1.0f, paint); in drawSplat()