Android.Views.Accessibility.AccessibilityRecord: Method Members

The methods of Android.Views.Accessibility.AccessibilityRecord are listed below. For a list of all members, see the AccessibilityRecord Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
Obtain() : AccessibilityRecord
Returns a cached instance if such is available or a new one is instantiated.
static
Obtain(AccessibilityRecord) : AccessibilityRecord
Returns a cached instance if such is available or a new one is instantiated.
Recycle()
Return an instance back to be reused.
SetSource(Android.Views.View)
Sets the event source.
SetSource(Android.Views.View, int)
Sets the source to be a virtual descendant of the given root.