public void setRotationAngle(float angle) {
   mRawRotationAngle = angle;
   mRotationAngle = Utils.getNormalizedAngle(mRawRotationAngle);
 }