takeOverDrawForInlineChildShadows

Determines whether the group will take over the draw operations for Inline shadows.

When true, Inline shadows on children of the ShadowsViewGroup do not require the additional clip settings noted in Inline's docs.

The Regular groups do this by default – i.e., they set takeOverDrawForInlineChildShadows = true – so that all the planes work as expected out of the box.

The Recycling groups do not do this by default – i.e., takeOverDrawForInlineChildShadows = false – to avoid altering the native routine for groups that need to redraw rapidly, and that usually wouldn't need this plane anyway.

The corresponding XML attribute always takes precedence over the one for ignoreInlineChildShadows, which this property deprecates (with opposite semantics).