首页 > 其他 > 详细

invalidate() and postInvalidate()

时间:2014-05-16 06:47:06      阅读:411      评论:0      收藏:0      [点我收藏+]

/**
* Invalidate the whole view. If the view is visible,
* {@link #onDraw(android.graphics.Canvas)} will be called at some point in
* the future. This must be called from a UI thread. To call from a non-UI thread,
* call {@link #postInvalidate()}.
*/

 

invalidate():This must be called from a UI thread

postInvalidate():This must be called from a non-UI thread

invalidate() and postInvalidate(),布布扣,bubuko.com

invalidate() and postInvalidate()

原文:http://www.cnblogs.com/ZacharyHodgeZou/p/3726162.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!