/**
* Cancels the animation. Unlike {@link #end()}, <code>cancel()</code> causes the animation to
* stop in its tracks
, sending an
* {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
* its listeners, followed by an
* {@link android.animation.Animator.AnimatorListener#onAnimationEnd(Animator)} message.
*
* <p>This method must be called on the thread that is running the animation.</p>
*/
public void cancel() {
}

/**
* Ends the animation. This causes the animation to assign the end value of the property being
* animated
, then calling the
* {@link android.animation.Animator.AnimatorListener#onAnimationEnd(Animator)} method on
* its listeners.
*
* <p>This method must be called on the thread that is running the animation.</p>
*/
public void end() {
}

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android 获取camera状态?
  2. 【知识点】android代码中设置margin
  3. android 混淆 去除第三方jar
  4. Android(安卓)APP 引导页实现-第一次应用
  5. Android调用相机和相册详解
  6. Activity的启动模式(android:launchMode)
  7. Android获取一个月前的日期
  8. Source not found-Android 使用隐藏API(2)
  9. How to decompile Google Android .apk f
  10. Android遍历文件Listfile返回值为null问