am 76d55a34: am 5068ad8d: Revert orientation change.

Merge commit '76d55a3447954db97b7172d068813d02e89ba9ca'

* commit '76d55a3447954db97b7172d068813d02e89ba9ca':
  Revert orientation change.
This commit is contained in:
Jeff Brown
2010-09-30 12:02:31 -07:00
committed by Android Git Automerger

View File

@@ -165,7 +165,7 @@ public class PointerLocationView extends View {
private void drawOval(Canvas canvas, float x, float y, float major, float minor,
float angle, Paint paint) {
canvas.save(Canvas.MATRIX_SAVE_FLAG);
canvas.rotate((float) (-angle * 180 / Math.PI), x, y);
canvas.rotate((float) (angle * 180 / Math.PI), x, y);
mReusableOvalRect.left = x - minor / 2;
mReusableOvalRect.right = x + minor / 2;
mReusableOvalRect.top = y - major / 2;