/**
  * Returns true if zooming in/out/to-fit/etc is allowed (which is not the case while emulating
  * real size)
  *
  * @return true if zooming is allowed
  */
 boolean isZoomingAllowed() {
   return mZoomInButton.isEnabled();
 }