Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates whether the children's drawing cache is used during a layout
animation. By default, the drawing cache is enabled but this will prevent
nested layout animations from working. To nest animations, you must disable
the cache.
Set method documentation [Android Documentation]
Enables or disables the children's drawing cache during a layout animation.
By default, the drawing cache is enabled but this will prevent nested
layout animations from working. To nest animations, you must disable the
cache.