码迷,mamicode.com
首页 > 移动开发 > 详细

android mContainer.setPersistentDrawingCache (int drawingCacheToKeep)

时间:2014-08-11 11:32:42      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:android   style   color   io   art   ar   div   line   

mContainer.setPersistentDrawingCache(ViewGroup.PERSISTENT_ANIMATION_CACHE);

persistentDrawingCache设置了控件的绘制缓存策略,一共有4中策略:
PERSISTENT_NO_CACHE 说明不在内存中保存绘图缓存; 
PERSISTENT_ANIMATION_CACHE 说明只保存动画绘图缓存;
PERSISTENT_SCROLLING_CACHE 说明只保存滚动效果绘图缓存
PERSISTENT_ALL_CACHES 说明所有的绘图缓存都应该保存在内存中。
     

android mContainer.setPersistentDrawingCache (int drawingCacheToKeep),布布扣,bubuko.com

android mContainer.setPersistentDrawingCache (int drawingCacheToKeep)

标签:android   style   color   io   art   ar   div   line   

原文地址:http://www.cnblogs.com/zhongle/p/3904198.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!