Ejemplo n.º 1
0
 public void abortPanning() {
   if (mPanZoomController != null) {
     mPanZoomController.abortPanning();
   }
 }