/**
  * Sets the parallax tilt sensitivity for the image view. The stronger the sensitivity, the more a
  * given tilt will adjust the image and the smaller needed tilt to reach the image bounds.
  *
  * @param sensitivity the new tilt sensitivity
  */
 public void setTiltSensitivity(float sensitivity) {
   mSensorInterpreter.setTiltSensitivity(sensitivity);
 }