AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 成员函数 | Private 属性 | 所有成员列表
com.ab.view.carousel.CarouselImageView.FlingRotateRunnable类 参考
类 com.ab.view.carousel.CarouselImageView.FlingRotateRunnable 继承关系图:

Public 成员函数

 FlingRotateRunnable ()
 
void startUsingVelocity (float initialVelocity)
 
void startUsingDistance (float deltaAngle)
 
void stop (boolean scrollIntoSlots)
 
void run ()
 

Private 成员函数

void startCommon ()
 
void endFling (boolean scrollIntoSlots)
 

Private 属性

Rotator mRotator
 
float mLastFlingAngle
 

详细描述

The Class FlingRotateRunnable.

构造及析构函数说明

com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.FlingRotateRunnable ( )
inline

Constructor.

成员函数说明

void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.endFling ( boolean  scrollIntoSlots)
inlineprivate

End fling.

参数
scrollIntoSlotsthe scroll into slots
void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.run ( )
inline

描述:TODO.

版本
v1.0
参见
java.lang.Runnable::run()
作者
: amsoft.cn
日期
:2013-11-28 上午11:14:34
void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.startCommon ( )
inlineprivate

Start common.

void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.startUsingDistance ( float  deltaAngle)
inline

Start using distance.

参数
deltaAnglethe delta angle
void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.startUsingVelocity ( float  initialVelocity)
inline

Start using velocity.

参数
initialVelocitythe initial velocity
void com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.stop ( boolean  scrollIntoSlots)
inline

Stop.

参数
scrollIntoSlotsthe scroll into slots

类成员变量说明

float com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.mLastFlingAngle
private

Angle value reported by mRotator on the previous fling.

Rotator com.ab.view.carousel.CarouselImageView.FlingRotateRunnable.mRotator
private

Tracks the decay of a fling rotation.


该类的文档由以下文件生成: