PersistentDrawingCaches 枚举

定义

枚举多个类型返回的值。

public enum PersistentDrawingCaches
type PersistentDrawingCaches = 
继承
PersistentDrawingCaches

字段

AllCaches 3

用于指示所有绘图缓存都应保留在内存中。

AnimationCache 1

用于指示动画绘图缓存应保留在内存中。

NoCache 0

用于指示不应在内存中保留任何绘图缓存。

ScrollingCache 2

用于指示滚动绘图缓存应保留在内存中。

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于