InterpolatedTimeListener
动画监听事件
将动画的进度传递给监听发起者
onTurnListener 用来处理一些简单的触摸手势,滑动长按。
不能直接设置监听,可以设置OnTouchListener,让其指向OnGestn\ureListener
getTransformation()
在绘制Tween动画的时候用,Tween动画的实质就是ParentView不断调整cihldView的Canvas的坐标来实现
在dispathdraw()中
Animation a =childView.getAnimation() ;
Transformation tm = a.getTransformation();
Transformation中包含一个矩阵和alpha值
矩阵用来做平移 旋转 缩放动画
通过tm来设置子控件的canvas