View.InitializeFadingEdge(TypedArray) Method

Definition

Initializes the fading edges from a given set of styled attributes.

[Android.Runtime.Register("initializeFadingEdge", "(Landroid/content/res/TypedArray;)V", "GetInitializeFadingEdge_Landroid_content_res_TypedArray_Handler")]
protected virtual void InitializeFadingEdge (Android.Content.Res.TypedArray? a);
[<Android.Runtime.Register("initializeFadingEdge", "(Landroid/content/res/TypedArray;)V", "GetInitializeFadingEdge_Landroid_content_res_TypedArray_Handler")>]
abstract member InitializeFadingEdge : Android.Content.Res.TypedArray -> unit
override this.InitializeFadingEdge : Android.Content.Res.TypedArray -> unit

Parameters

a
TypedArray

the styled attributes set to initialize the fading edges from

Attributes

Remarks

Initializes the fading edges from a given set of styled attributes. This method should be called by subclasses that need fading edges and when an instance of these subclasses is created programmatically rather than being inflated from XML. This method is automatically called when the XML is inflated.

Java documentation for android.view.View.initializeFadingEdge(android.content.res.TypedArray).

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