Table of Contents

Class AccessibilityNodeInfo

Namespace
Android.View.Accessibility
Assembly
MASES.Netdroid.dll
public class AccessibilityNodeInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
AccessibilityNodeInfo
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

AccessibilityNodeInfo()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AccessibilityNodeInfo()

AccessibilityNodeInfo(AccessibilityNodeInfo)

public AccessibilityNodeInfo(AccessibilityNodeInfo arg0)

Parameters

arg0 AccessibilityNodeInfo

AccessibilityNodeInfo

AccessibilityNodeInfo(View)

public AccessibilityNodeInfo(View arg0)

Parameters

arg0 View

View

AccessibilityNodeInfo(View, int)

public AccessibilityNodeInfo(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

AccessibilityNodeInfo(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public AccessibilityNodeInfo(params object[] args)

Parameters

args object[]

Properties

ACTION_ACCESSIBILITY_FOCUS

public static int ACTION_ACCESSIBILITY_FOCUS { get; }

Property Value

int

ACTION_ARGUMENT_COLUMN_INT

public static String ACTION_ARGUMENT_COLUMN_INT { get; }

Property Value

String

ACTION_ARGUMENT_DIRECTION_INT

public static String ACTION_ARGUMENT_DIRECTION_INT { get; }

Property Value

String

ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN

public static String ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN { get; }

Property Value

String

ACTION_ARGUMENT_HTML_ELEMENT_STRING

public static String ACTION_ARGUMENT_HTML_ELEMENT_STRING { get; }

Property Value

String

ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT

public static String ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT { get; }

Property Value

String

ACTION_ARGUMENT_MOVE_WINDOW_X

public static String ACTION_ARGUMENT_MOVE_WINDOW_X { get; }

Property Value

String

ACTION_ARGUMENT_MOVE_WINDOW_Y

public static String ACTION_ARGUMENT_MOVE_WINDOW_Y { get; }

Property Value

String

ACTION_ARGUMENT_PRESS_AND_HOLD_DURATION_MILLIS_INT

public static String ACTION_ARGUMENT_PRESS_AND_HOLD_DURATION_MILLIS_INT { get; }

Property Value

String

ACTION_ARGUMENT_PROGRESS_VALUE

public static String ACTION_ARGUMENT_PROGRESS_VALUE { get; }

Property Value

String

ACTION_ARGUMENT_ROW_INT

public static String ACTION_ARGUMENT_ROW_INT { get; }

Property Value

String

ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT

public static String ACTION_ARGUMENT_SCROLL_AMOUNT_FLOAT { get; }

Property Value

String

ACTION_ARGUMENT_SELECTION_END_INT

public static String ACTION_ARGUMENT_SELECTION_END_INT { get; }

Property Value

String

ACTION_ARGUMENT_SELECTION_START_INT

public static String ACTION_ARGUMENT_SELECTION_START_INT { get; }

Property Value

String

ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE

public static String ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE { get; }

Property Value

String

ACTION_CLEAR_ACCESSIBILITY_FOCUS

public static int ACTION_CLEAR_ACCESSIBILITY_FOCUS { get; }

Property Value

int

ACTION_CLEAR_FOCUS

public static int ACTION_CLEAR_FOCUS { get; }

Property Value

int

ACTION_CLEAR_SELECTION

public static int ACTION_CLEAR_SELECTION { get; }

Property Value

int

ACTION_CLICK

public static int ACTION_CLICK { get; }

Property Value

int

ACTION_COLLAPSE

public static int ACTION_COLLAPSE { get; }

Property Value

int

ACTION_COPY

public static int ACTION_COPY { get; }

Property Value

int

ACTION_CUT

public static int ACTION_CUT { get; }

Property Value

int

ACTION_DISMISS

public static int ACTION_DISMISS { get; }

Property Value

int

ACTION_EXPAND

public static int ACTION_EXPAND { get; }

Property Value

int

ACTION_FOCUS

public static int ACTION_FOCUS { get; }

Property Value

int

ACTION_LONG_CLICK

public static int ACTION_LONG_CLICK { get; }

Property Value

int

ACTION_NEXT_AT_MOVEMENT_GRANULARITY

public static int ACTION_NEXT_AT_MOVEMENT_GRANULARITY { get; }

Property Value

int

ACTION_NEXT_HTML_ELEMENT

public static int ACTION_NEXT_HTML_ELEMENT { get; }

Property Value

int

ACTION_PASTE

public static int ACTION_PASTE { get; }

Property Value

int

ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY

public static int ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY { get; }

Property Value

int

ACTION_PREVIOUS_HTML_ELEMENT

public static int ACTION_PREVIOUS_HTML_ELEMENT { get; }

Property Value

int

ACTION_SCROLL_BACKWARD

public static int ACTION_SCROLL_BACKWARD { get; }

Property Value

int

ACTION_SCROLL_FORWARD

public static int ACTION_SCROLL_FORWARD { get; }

Property Value

int

ACTION_SELECT

public static int ACTION_SELECT { get; }

Property Value

int

ACTION_SET_SELECTION

public static int ACTION_SET_SELECTION { get; }

Property Value

int

ACTION_SET_TEXT

public static int ACTION_SET_TEXT { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

EXTRA_DATA_RENDERING_INFO_KEY

public static String EXTRA_DATA_RENDERING_INFO_KEY { get; }

Property Value

String

EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_LENGTH

public static String EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_LENGTH { get; }

Property Value

String

EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_MAX_LENGTH

public static int EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_MAX_LENGTH { get; }

Property Value

int

EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_START_INDEX

public static String EXTRA_DATA_TEXT_CHARACTER_LOCATION_ARG_START_INDEX { get; }

Property Value

String

EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY

public static String EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY { get; }

Property Value

String

FLAG_PREFETCH_ANCESTORS

public static int FLAG_PREFETCH_ANCESTORS { get; }

Property Value

int

FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST

public static int FLAG_PREFETCH_DESCENDANTS_BREADTH_FIRST { get; }

Property Value

int

FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST

public static int FLAG_PREFETCH_DESCENDANTS_DEPTH_FIRST { get; }

Property Value

int

FLAG_PREFETCH_DESCENDANTS_HYBRID

public static int FLAG_PREFETCH_DESCENDANTS_HYBRID { get; }

Property Value

int

FLAG_PREFETCH_SIBLINGS

public static int FLAG_PREFETCH_SIBLINGS { get; }

Property Value

int

FLAG_PREFETCH_UNINTERRUPTIBLE

public static int FLAG_PREFETCH_UNINTERRUPTIBLE { get; }

Property Value

int

FOCUS_ACCESSIBILITY

public static int FOCUS_ACCESSIBILITY { get; }

Property Value

int

FOCUS_INPUT

public static int FOCUS_INPUT { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MAX_NUMBER_OF_PREFETCHED_NODES

public static int MAX_NUMBER_OF_PREFETCHED_NODES { get; }

Property Value

int

MOVEMENT_GRANULARITY_CHARACTER

public static int MOVEMENT_GRANULARITY_CHARACTER { get; }

Property Value

int

MOVEMENT_GRANULARITY_LINE

public static int MOVEMENT_GRANULARITY_LINE { get; }

Property Value

int

MOVEMENT_GRANULARITY_PAGE

public static int MOVEMENT_GRANULARITY_PAGE { get; }

Property Value

int

MOVEMENT_GRANULARITY_PARAGRAPH

public static int MOVEMENT_GRANULARITY_PARAGRAPH { get; }

Property Value

int

MOVEMENT_GRANULARITY_WORD

public static int MOVEMENT_GRANULARITY_WORD { get; }

Property Value

int

Methods

AddAction(AccessibilityAction)

public void AddAction(AccessibilityNodeInfo.AccessibilityAction arg0)

Parameters

arg0 AccessibilityNodeInfo.AccessibilityAction

AccessibilityNodeInfo.AccessibilityAction

AddAction(int)

[Obsolete]
public void AddAction(int arg0)

Parameters

arg0 int

int

AddChild(View)

public void AddChild(View arg0)

Parameters

arg0 View

View

AddChild(View, int)

public void AddChild(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

CanOpenPopup()

public bool CanOpenPopup()

Returns

bool

bool

DescribeContents()

public int DescribeContents()

Returns

int

int

FindAccessibilityNodeInfosByText(String)

public List<AccessibilityNodeInfo> FindAccessibilityNodeInfosByText(String arg0)

Parameters

arg0 String

String

Returns

List<AccessibilityNodeInfo>

List

FindAccessibilityNodeInfosByViewId(String)

public List<AccessibilityNodeInfo> FindAccessibilityNodeInfosByViewId(String arg0)

Parameters

arg0 String

String

Returns

List<AccessibilityNodeInfo>

List

FindFocus(int)

public AccessibilityNodeInfo FindFocus(int arg0)

Parameters

arg0 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

FocusSearch(int)

public AccessibilityNodeInfo FocusSearch(int arg0)

Parameters

arg0 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetActionList()

public List<AccessibilityNodeInfo.AccessibilityAction> GetActionList()

Returns

List<AccessibilityNodeInfo.AccessibilityAction>

List

GetActions()

[Obsolete]
public int GetActions()

Returns

int

int

GetAvailableExtraData()

public List<String> GetAvailableExtraData()

Returns

List<String>

List

GetBoundsInParent(Rect)

[Obsolete]
public void GetBoundsInParent(Rect arg0)

Parameters

arg0 Rect

Rect

GetBoundsInScreen(Rect)

public void GetBoundsInScreen(Rect arg0)

Parameters

arg0 Rect

Rect

GetBoundsInWindow(Rect)

public void GetBoundsInWindow(Rect arg0)

Parameters

arg0 Rect

Rect

GetChild(int)

public AccessibilityNodeInfo GetChild(int arg0)

Parameters

arg0 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetChild(int, int)

public AccessibilityNodeInfo GetChild(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetChildCount()

public int GetChildCount()

Returns

int

int

GetClassName()

public CharSequence GetClassName()

Returns

CharSequence

CharSequence

GetCollectionInfo()

public AccessibilityNodeInfo.CollectionInfo GetCollectionInfo()

Returns

AccessibilityNodeInfo.CollectionInfo

AccessibilityNodeInfo.CollectionInfo

GetCollectionItemInfo()

public AccessibilityNodeInfo.CollectionItemInfo GetCollectionItemInfo()

Returns

AccessibilityNodeInfo.CollectionItemInfo

AccessibilityNodeInfo.CollectionItemInfo

GetContainerTitle()

public CharSequence GetContainerTitle()

Returns

CharSequence

CharSequence

GetContentDescription()

public CharSequence GetContentDescription()

Returns

CharSequence

CharSequence

GetDrawingOrder()

public int GetDrawingOrder()

Returns

int

int

GetError()

public CharSequence GetError()

Returns

CharSequence

CharSequence

GetExtraRenderingInfo()

public AccessibilityNodeInfo.ExtraRenderingInfo GetExtraRenderingInfo()

Returns

AccessibilityNodeInfo.ExtraRenderingInfo

AccessibilityNodeInfo.ExtraRenderingInfo

GetExtras()

public Bundle GetExtras()

Returns

Bundle

Bundle

GetHintText()

public CharSequence GetHintText()

Returns

CharSequence

CharSequence

GetInputType()

public int GetInputType()

Returns

int

int

GetLabelFor()

public AccessibilityNodeInfo GetLabelFor()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetLabeledBy()

public AccessibilityNodeInfo GetLabeledBy()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetLiveRegion()

public int GetLiveRegion()

Returns

int

int

GetMaxTextLength()

public int GetMaxTextLength()

Returns

int

int

GetMinDurationBetweenContentChanges()

public Duration GetMinDurationBetweenContentChanges()

Returns

Duration

Duration

GetMovementGranularities()

public int GetMovementGranularities()

Returns

int

int

GetPackageName()

public CharSequence GetPackageName()

Returns

CharSequence

CharSequence

GetPaneTitle()

public CharSequence GetPaneTitle()

Returns

CharSequence

CharSequence

GetParent()

public AccessibilityNodeInfo GetParent()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetParent(int)

public AccessibilityNodeInfo GetParent(int arg0)

Parameters

arg0 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetRangeInfo()

public AccessibilityNodeInfo.RangeInfo GetRangeInfo()

Returns

AccessibilityNodeInfo.RangeInfo

AccessibilityNodeInfo.RangeInfo

GetStateDescription()

public CharSequence GetStateDescription()

Returns

CharSequence

CharSequence

GetText()

public CharSequence GetText()

Returns

CharSequence

CharSequence

GetTextSelectionEnd()

public int GetTextSelectionEnd()

Returns

int

int

GetTextSelectionStart()

public int GetTextSelectionStart()

Returns

int

int

GetTooltipText()

public CharSequence GetTooltipText()

Returns

CharSequence

CharSequence

GetTouchDelegateInfo()

public AccessibilityNodeInfo.TouchDelegateInfo GetTouchDelegateInfo()

Returns

AccessibilityNodeInfo.TouchDelegateInfo

AccessibilityNodeInfo.TouchDelegateInfo

GetTraversalAfter()

public AccessibilityNodeInfo GetTraversalAfter()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetTraversalBefore()

public AccessibilityNodeInfo GetTraversalBefore()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

GetUniqueId()

public String GetUniqueId()

Returns

String

String

GetViewIdResourceName()

public String GetViewIdResourceName()

Returns

String

String

GetWindow()

public AccessibilityWindowInfo GetWindow()

Returns

AccessibilityWindowInfo

AccessibilityWindowInfo

GetWindowId()

public int GetWindowId()

Returns

int

int

HasRequestInitialAccessibilityFocus()

public bool HasRequestInitialAccessibilityFocus()

Returns

bool

bool

IsAccessibilityDataSensitive()

public bool IsAccessibilityDataSensitive()

Returns

bool

bool

IsAccessibilityFocused()

public bool IsAccessibilityFocused()

Returns

bool

bool

IsCheckable()

public bool IsCheckable()

Returns

bool

bool

IsChecked()

public bool IsChecked()

Returns

bool

bool

IsClickable()

public bool IsClickable()

Returns

bool

bool

IsContentInvalid()

public bool IsContentInvalid()

Returns

bool

bool

IsContextClickable()

public bool IsContextClickable()

Returns

bool

bool

IsDismissable()

public bool IsDismissable()

Returns

bool

bool

IsEditable()

public bool IsEditable()

Returns

bool

bool

IsEnabled()

public bool IsEnabled()

Returns

bool

bool

IsFocusable()

public bool IsFocusable()

Returns

bool

bool

IsFocused()

public bool IsFocused()

Returns

bool

bool

IsGranularScrollingSupported()

public bool IsGranularScrollingSupported()

Returns

bool

bool

IsHeading()

public bool IsHeading()

Returns

bool

bool

IsImportantForAccessibility()

public bool IsImportantForAccessibility()

Returns

bool

bool

IsLongClickable()

public bool IsLongClickable()

Returns

bool

bool

IsMultiLine()

public bool IsMultiLine()

Returns

bool

bool

IsPassword()

public bool IsPassword()

Returns

bool

bool

IsScreenReaderFocusable()

public bool IsScreenReaderFocusable()

Returns

bool

bool

IsScrollable()

public bool IsScrollable()

Returns

bool

bool

IsSelected()

public bool IsSelected()

Returns

bool

bool

IsShowingHintText()

public bool IsShowingHintText()

Returns

bool

bool

IsTextEntryKey()

public bool IsTextEntryKey()

Returns

bool

bool

IsTextSelectable()

public bool IsTextSelectable()

Returns

bool

bool

IsVisibleToUser()

public bool IsVisibleToUser()

Returns

bool

bool

Obtain()

[Obsolete]
public static AccessibilityNodeInfo Obtain()

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

Obtain(AccessibilityNodeInfo)

[Obsolete]
public static AccessibilityNodeInfo Obtain(AccessibilityNodeInfo arg0)

Parameters

arg0 AccessibilityNodeInfo

AccessibilityNodeInfo

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

Obtain(View)

[Obsolete]
public static AccessibilityNodeInfo Obtain(View arg0)

Parameters

arg0 View

View

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

Obtain(View, int)

[Obsolete]
public static AccessibilityNodeInfo Obtain(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

Returns

AccessibilityNodeInfo

AccessibilityNodeInfo

PerformAction(int)

public bool PerformAction(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

PerformAction(int, Bundle)

public bool PerformAction(int arg0, Bundle arg1)

Parameters

arg0 int

int

arg1 Bundle

Bundle

Returns

bool

bool

Recycle()

[Obsolete]
public void Recycle()

Refresh()

public bool Refresh()

Returns

bool

bool

RefreshWithExtraData(String, Bundle)

public bool RefreshWithExtraData(String arg0, Bundle arg1)

Parameters

arg0 String

String

arg1 Bundle

Bundle

Returns

bool

bool

RemoveAction(AccessibilityAction)

public bool RemoveAction(AccessibilityNodeInfo.AccessibilityAction arg0)

Parameters

arg0 AccessibilityNodeInfo.AccessibilityAction

AccessibilityNodeInfo.AccessibilityAction

Returns

bool

bool

RemoveAction(int)

[Obsolete]
public void RemoveAction(int arg0)

Parameters

arg0 int

int

RemoveChild(View)

public bool RemoveChild(View arg0)

Parameters

arg0 View

View

Returns

bool

bool

RemoveChild(View, int)

public bool RemoveChild(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

Returns

bool

bool

SetAccessibilityDataSensitive(bool)

public void SetAccessibilityDataSensitive(bool arg0)

Parameters

arg0 bool

bool

SetAccessibilityFocused(bool)

public void SetAccessibilityFocused(bool arg0)

Parameters

arg0 bool

bool

SetAvailableExtraData(List<String>)

public void SetAvailableExtraData(List<String> arg0)

Parameters

arg0 List<String>

List

SetBoundsInParent(Rect)

[Obsolete]
public void SetBoundsInParent(Rect arg0)

Parameters

arg0 Rect

Rect

SetBoundsInScreen(Rect)

public void SetBoundsInScreen(Rect arg0)

Parameters

arg0 Rect

Rect

SetBoundsInWindow(Rect)

public void SetBoundsInWindow(Rect arg0)

Parameters

arg0 Rect

Rect

SetCanOpenPopup(bool)

public void SetCanOpenPopup(bool arg0)

Parameters

arg0 bool

bool

SetCheckable(bool)

public void SetCheckable(bool arg0)

Parameters

arg0 bool

bool

SetChecked(bool)

public void SetChecked(bool arg0)

Parameters

arg0 bool

bool

SetClassName(CharSequence)

public void SetClassName(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetClickable(bool)

public void SetClickable(bool arg0)

Parameters

arg0 bool

bool

SetCollectionInfo(CollectionInfo)

public void SetCollectionInfo(AccessibilityNodeInfo.CollectionInfo arg0)

Parameters

arg0 AccessibilityNodeInfo.CollectionInfo

AccessibilityNodeInfo.CollectionInfo

SetCollectionItemInfo(CollectionItemInfo)

public void SetCollectionItemInfo(AccessibilityNodeInfo.CollectionItemInfo arg0)

Parameters

arg0 AccessibilityNodeInfo.CollectionItemInfo

AccessibilityNodeInfo.CollectionItemInfo

SetContainerTitle(CharSequence)

public void SetContainerTitle(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetContentDescription(CharSequence)

public void SetContentDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetContentInvalid(bool)

public void SetContentInvalid(bool arg0)

Parameters

arg0 bool

bool

SetContextClickable(bool)

public void SetContextClickable(bool arg0)

Parameters

arg0 bool

bool

SetDismissable(bool)

public void SetDismissable(bool arg0)

Parameters

arg0 bool

bool

SetDrawingOrder(int)

public void SetDrawingOrder(int arg0)

Parameters

arg0 int

int

SetEditable(bool)

public void SetEditable(bool arg0)

Parameters

arg0 bool

bool

SetEnabled(bool)

public void SetEnabled(bool arg0)

Parameters

arg0 bool

bool

SetError(CharSequence)

public void SetError(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetFocusable(bool)

public void SetFocusable(bool arg0)

Parameters

arg0 bool

bool

SetFocused(bool)

public void SetFocused(bool arg0)

Parameters

arg0 bool

bool

SetGranularScrollingSupported(bool)

public void SetGranularScrollingSupported(bool arg0)

Parameters

arg0 bool

bool

SetHeading(bool)

public void SetHeading(bool arg0)

Parameters

arg0 bool

bool

SetHintText(CharSequence)

public void SetHintText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetImportantForAccessibility(bool)

public void SetImportantForAccessibility(bool arg0)

Parameters

arg0 bool

bool

SetInputType(int)

public void SetInputType(int arg0)

Parameters

arg0 int

int

SetLabelFor(View)

public void SetLabelFor(View arg0)

Parameters

arg0 View

View

SetLabelFor(View, int)

public void SetLabelFor(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetLabeledBy(View)

public void SetLabeledBy(View arg0)

Parameters

arg0 View

View

SetLabeledBy(View, int)

public void SetLabeledBy(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetLiveRegion(int)

public void SetLiveRegion(int arg0)

Parameters

arg0 int

int

SetLongClickable(bool)

public void SetLongClickable(bool arg0)

Parameters

arg0 bool

bool

SetMaxTextLength(int)

public void SetMaxTextLength(int arg0)

Parameters

arg0 int

int

SetMinDurationBetweenContentChanges(Duration)

public void SetMinDurationBetweenContentChanges(Duration arg0)

Parameters

arg0 Duration

Duration

SetMovementGranularities(int)

public void SetMovementGranularities(int arg0)

Parameters

arg0 int

int

SetMultiLine(bool)

public void SetMultiLine(bool arg0)

Parameters

arg0 bool

bool

SetPackageName(CharSequence)

public void SetPackageName(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetPaneTitle(CharSequence)

public void SetPaneTitle(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetParent(View)

public void SetParent(View arg0)

Parameters

arg0 View

View

SetParent(View, int)

public void SetParent(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetPassword(bool)

public void SetPassword(bool arg0)

Parameters

arg0 bool

bool

SetQueryFromAppProcessEnabled(View, bool)

public void SetQueryFromAppProcessEnabled(View arg0, bool arg1)

Parameters

arg0 View

View

arg1 bool

bool

SetRangeInfo(RangeInfo)

public void SetRangeInfo(AccessibilityNodeInfo.RangeInfo arg0)

Parameters

arg0 AccessibilityNodeInfo.RangeInfo

AccessibilityNodeInfo.RangeInfo

SetRequestInitialAccessibilityFocus(bool)

public void SetRequestInitialAccessibilityFocus(bool arg0)

Parameters

arg0 bool

bool

SetScreenReaderFocusable(bool)

public void SetScreenReaderFocusable(bool arg0)

Parameters

arg0 bool

bool

SetScrollable(bool)

public void SetScrollable(bool arg0)

Parameters

arg0 bool

bool

SetSelected(bool)

public void SetSelected(bool arg0)

Parameters

arg0 bool

bool

SetShowingHintText(bool)

public void SetShowingHintText(bool arg0)

Parameters

arg0 bool

bool

SetSource(View)

public void SetSource(View arg0)

Parameters

arg0 View

View

SetSource(View, int)

public void SetSource(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetStateDescription(CharSequence)

public void SetStateDescription(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetText(CharSequence)

public void SetText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetTextEntryKey(bool)

public void SetTextEntryKey(bool arg0)

Parameters

arg0 bool

bool

SetTextSelectable(bool)

public void SetTextSelectable(bool arg0)

Parameters

arg0 bool

bool

SetTextSelection(int, int)

public void SetTextSelection(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

SetTooltipText(CharSequence)

public void SetTooltipText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

SetTouchDelegateInfo(TouchDelegateInfo)

public void SetTouchDelegateInfo(AccessibilityNodeInfo.TouchDelegateInfo arg0)

Parameters

arg0 AccessibilityNodeInfo.TouchDelegateInfo

AccessibilityNodeInfo.TouchDelegateInfo

SetTraversalAfter(View)

public void SetTraversalAfter(View arg0)

Parameters

arg0 View

View

SetTraversalAfter(View, int)

public void SetTraversalAfter(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetTraversalBefore(View)

public void SetTraversalBefore(View arg0)

Parameters

arg0 View

View

SetTraversalBefore(View, int)

public void SetTraversalBefore(View arg0, int arg1)

Parameters

arg0 View

View

arg1 int

int

SetUniqueId(String)

public void SetUniqueId(String arg0)

Parameters

arg0 String

String

SetViewIdResourceName(String)

public void SetViewIdResourceName(String arg0)

Parameters

arg0 String

String

SetVisibleToUser(bool)

public void SetVisibleToUser(bool arg0)

Parameters

arg0 bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int