public FlingRunnable(PhotoViewDroidAttacher photoViewAttacher,Context context)
 {
     mScroller = ScrollerProxy.GetScroller(context);
     this.photoViewAttacher=photoViewAttacher;
 }
 public FlingRunnable(PhotoViewDroidAttacher photoViewAttacher, Context context)
 {
     mScroller = ScrollerProxy.GetScroller(context);
     this.photoViewAttacher = photoViewAttacher;
 }