ViewGroup.RequestTransparentRegion(View) Method

Definition

Called when a child wants the view hierarchy to gather and report transparent regions to the window compositor.

[Android.Runtime.Register("requestTransparentRegion", "(Landroid/view/View;)V", "GetRequestTransparentRegion_Landroid_view_View_Handler")]
public virtual void RequestTransparentRegion (Android.Views.View? child);
[<Android.Runtime.Register("requestTransparentRegion", "(Landroid/view/View;)V", "GetRequestTransparentRegion_Landroid_view_View_Handler")>]
abstract member RequestTransparentRegion : Android.Views.View -> unit
override this.RequestTransparentRegion : Android.Views.View -> unit

Parameters

child
View

the view requesting the transparent region computation

Implements

Attributes

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