AbsListView.ReclaimViews(IList<View>) Method

Definition

Move all views (excluding headers and footers) held by this AbsListView into the supplied List.

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

Parameters

views
IList<View>

A list into which to put the reclaimed views

Attributes

Remarks

Move all views (excluding headers and footers) held by this AbsListView into the supplied List. This includes views displayed on the screen as well as views stored in AbsListView's internal view recycler.

Java documentation for android.widget.AbsListView.reclaimViews(java.util.List<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