C# 클래스 PhotoViewerTest.Droid.PhotoViewDroidAttacher.AnimatedZoomRunnable

상속: Java.Lang.Object, Java.Lang.IRunnable
파일 보기 프로젝트 열기: Manne990/PhotoViewerTest

공개 메소드들

메소드 설명
AnimatedZoomRunnable ( PhotoViewDroidAttacher photoViewAttacher, float currentZoom, float targetZoom, float focalX, float focalY ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
Interpolate ( ) : float

메소드 상세

AnimatedZoomRunnable() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void