View.AddTouchables(IList<View>) Method

Definition

Add any touchable views that are descendants of this view (possibly including this view if it is touchable itself) to views.

[Android.Runtime.Register("addTouchables", "(Ljava/util/ArrayList;)V", "GetAddTouchables_Ljava_util_ArrayList_Handler")]
public virtual void AddTouchables (System.Collections.Generic.IList<Android.Views.View>? views);
[<Android.Runtime.Register("addTouchables", "(Ljava/util/ArrayList;)V", "GetAddTouchables_Ljava_util_ArrayList_Handler")>]
abstract member AddTouchables : System.Collections.Generic.IList<Android.Views.View> -> unit
override this.AddTouchables : System.Collections.Generic.IList<Android.Views.View> -> unit

Parameters

views
IList<View>

Touchable views found so far

Attributes

Remarks

Add any touchable views that are descendants of this view (possibly including this view if it is touchable itself) to views.

Java documentation for android.view.View.addTouchables(java.util.ArrayList<android.view.View>).

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