PersistentDrawingCaches Enum

Definition

Enumerates values returned by several types.

public enum PersistentDrawingCaches
type PersistentDrawingCaches = 
Inheritance
PersistentDrawingCaches

Fields

AllCaches 3

Used to indicate that all drawing caches should be kept in memory.

AnimationCache 1

Used to indicate that the animation drawing cache should be kept in memory.

NoCache 0

Used to indicate that no drawing cache should be kept in memory.

ScrollingCache 2

Used to indicate that the scrolling drawing cache should be kept in memory.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to