Home | History | Annotate | Download | only in globaltime

Lines Matching refs:cy

59      * radius r0 to radius r1 about the center point (cx, cy),
66 * @param cy the Y coordinate of the clock center
71 float radius, float pos, float cx, float cy, float r0, float r1) {
76 float p0y = cy + dy * r0;
78 float p1y = cy + dy * r1;
100 float cx, float cy, float width, float height) {
101 path.moveTo(cx - width / 2.0f, cy);
102 path.lineTo(cx, cy + height);
103 path.lineTo(cx + width / 2.0f, cy);
113 float cx, float cy, float width, float height) {
114 path.moveTo(cx, cy - height / 2.0f);
115 path.lineTo(cx + width, cy);
116 path.lineTo(cx, cy + height / 2.0f);
185 * @param cy the Y coordinate of the clock center
197 float cx, float cy, float radius, float alpha, float textAlpha,
264 canvas.drawText(cityName, cx - tw / 2, cy - radius - th, paint);
267 cx - tw / 2 + 1, cy - radius - th, paint);
271 canvas.drawText(time, cx - tw / 2, cy + radius + th + 5, paint);
280 canvas.drawOval(new RectF(cx - 2, cy - 2, cx + 2, cy + 2), paint);
285 canvas.drawOval(new RectF(cx - iradius, cy - iradius,
286 cx + iradius, cy + iradius),
304 drawLine(path, radius * 0.12f, i / 12.0f, cx, cy, r4, r5);
308 drawLine(path, radius * 0.12f, hh / 12.0f, cx, cy, r0, r1);
310 drawLine(path, radius * 0.12f, mm / 60.0f, cx, cy, r0, r2);
312 drawLine(path, radius * 0.036f, ss / 60.0f, cx, cy, r0, r3);
315 drawVArrow(path, cx + radius * 1.13f, cy - radius,
319 drawVArrow(path, cx + radius * 1.13f, cy + radius,
323 drawHArrow(path, cx - radius * 1.3f, cy, -radius * 0.1f,
325 drawHArrow(path, cx + radius * 1.3f, cy, radius * 0.1f,