C# Class PhotoViewerTest.Droid.PhotoViewDroidAttacher.AnimatedZoomRunnable

Inheritance: Java.Lang.Object, Java.Lang.IRunnable
Datei anzeigen Open project: Manne990/PhotoViewerTest

Public Methods

Method Description
AnimatedZoomRunnable ( PhotoViewDroidAttacher photoViewAttacher, float currentZoom, float targetZoom, float focalX, float focalY ) : System
Run ( ) : void

Private Methods

Method Description
Interpolate ( ) : float

Method Details

AnimatedZoomRunnable() public method

public AnimatedZoomRunnable ( PhotoViewDroidAttacher photoViewAttacher, float currentZoom, float targetZoom, float focalX, float focalY ) : System
photoViewAttacher PhotoViewDroidAttacher
currentZoom float
targetZoom float
focalX float
focalY float
return System

Run() public method

public Run ( ) : void
return void