RenderNode.SetHasOverlappingRendering(Boolean) Method

Definition

Sets whether the display list renders content which overlaps.

[Android.Runtime.Register("setHasOverlappingRendering", "(Z)Z", "", ApiSince=29)]
public bool SetHasOverlappingRendering (bool hasOverlappingRendering);
[<Android.Runtime.Register("setHasOverlappingRendering", "(Z)Z", "", ApiSince=29)>]
member this.SetHasOverlappingRendering : bool -> bool

Parameters

hasOverlappingRendering
Boolean

False if the content is guaranteed to be non-overlapping, true otherwise.

Returns

Attributes

Remarks

Sets whether the display list renders content which overlaps. Non-overlapping rendering can use a fast path for alpha that avoids rendering to an offscreen buffer. By default display lists consider they do not have overlapping content.

Java documentation for android.graphics.RenderNode.setHasOverlappingRendering(boolean).

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