摘要: 方法一:private static Boolean isExit = false; private static Boolean hasTask = false; Timer tExit = new Timer(); TimerTask task = new TimerTask() { @Override public void run() { isExit = false; hasTask = true; } }; @Override pub... 阅读全文
posted @ 2012-07-25 22:52 灰太狼_lilongmin 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public class TVOffAnimation extends Animation { private int halfWidth; private int halfHeight; @Override public void initialize(int width, int height, int parentWidth, int parentHeight) { super.initialize(width, height, parentWidth, parentHeight); setDuration(500... 阅读全文
posted @ 2012-07-25 22:43 灰太狼_lilongmin 阅读(311) 评论(0) 推荐(0) 编辑