C# Class android.view.accessibility.AccessibilityEvent

Inheritance: java.lang.Object, android.os.Parcelable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
describeContents ( ) : int
getAddedCount ( ) : int
getBeforeText ( ) : global::java.lang.CharSequence
getClassName ( ) : global::java.lang.CharSequence
getContentDescription ( ) : global::java.lang.CharSequence
getCurrentItemIndex ( ) : int
getEventTime ( ) : long
getEventType ( ) : int
getFromIndex ( ) : int
getItemCount ( ) : int
getPackageName ( ) : global::java.lang.CharSequence
getParcelableData ( ) : global::android.os.Parcelable
getRemovedCount ( ) : int
getText ( ) : global::java.util.List
initFromParcel ( android arg0 ) : void
isChecked ( ) : bool
isEnabled ( ) : bool
isFullScreen ( ) : bool
isPassword ( ) : bool
obtain ( ) : global::android.view.accessibility.AccessibilityEvent
obtain ( int arg0 ) : global::android.view.accessibility.AccessibilityEvent
recycle ( ) : void
setAddedCount ( int arg0 ) : void
setBeforeText ( java arg0 ) : void
setBeforeText ( string arg0 ) : void
setChecked ( bool arg0 ) : void
setClassName ( java arg0 ) : void
setClassName ( string arg0 ) : void
setContentDescription ( java arg0 ) : void
setContentDescription ( string arg0 ) : void
setCurrentItemIndex ( int arg0 ) : void
setEnabled ( bool arg0 ) : void
setEventTime ( long arg0 ) : void
setEventType ( int arg0 ) : void
setFromIndex ( int arg0 ) : void
setFullScreen ( bool arg0 ) : void
setItemCount ( int arg0 ) : void
setPackageName ( java arg0 ) : void
setPackageName ( string arg0 ) : void
setParcelableData ( android arg0 ) : void
setPassword ( bool arg0 ) : void
setRemovedCount ( int arg0 ) : void
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

Méthode Description
AccessibilityEvent ( )
AccessibilityEvent ( global @__env )

Method Details

describeContents() public méthode

public describeContents ( ) : int
Résultat int

getAddedCount() public méthode

public getAddedCount ( ) : int
Résultat int

getBeforeText() public méthode

public getBeforeText ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getClassName() public méthode

public getClassName ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getContentDescription() public méthode

public getContentDescription ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getCurrentItemIndex() public méthode

public getCurrentItemIndex ( ) : int
Résultat int

getEventTime() public méthode

public getEventTime ( ) : long
Résultat long

getEventType() public méthode

public getEventType ( ) : int
Résultat int

getFromIndex() public méthode

public getFromIndex ( ) : int
Résultat int

getItemCount() public méthode

public getItemCount ( ) : int
Résultat int

getPackageName() public méthode

public getPackageName ( ) : global::java.lang.CharSequence
Résultat global::java.lang.CharSequence

getParcelableData() public méthode

public getParcelableData ( ) : global::android.os.Parcelable
Résultat global::android.os.Parcelable

getRemovedCount() public méthode

public getRemovedCount ( ) : int
Résultat int

getText() public méthode

public getText ( ) : global::java.util.List
Résultat global::java.util.List

initFromParcel() public méthode

public initFromParcel ( android arg0 ) : void
arg0 android
Résultat void

isChecked() public méthode

public isChecked ( ) : bool
Résultat bool

isEnabled() public méthode

public isEnabled ( ) : bool
Résultat bool

isFullScreen() public méthode

public isFullScreen ( ) : bool
Résultat bool

isPassword() public méthode

public isPassword ( ) : bool
Résultat bool

obtain() public static méthode

public static obtain ( ) : global::android.view.accessibility.AccessibilityEvent
Résultat global::android.view.accessibility.AccessibilityEvent

obtain() public static méthode

public static obtain ( int arg0 ) : global::android.view.accessibility.AccessibilityEvent
arg0 int
Résultat global::android.view.accessibility.AccessibilityEvent

recycle() public méthode

public recycle ( ) : void
Résultat void

setAddedCount() public méthode

public setAddedCount ( int arg0 ) : void
arg0 int
Résultat void

setBeforeText() public méthode

public setBeforeText ( java arg0 ) : void
arg0 java
Résultat void

setBeforeText() public méthode

public setBeforeText ( string arg0 ) : void
arg0 string
Résultat void

setChecked() public méthode

public setChecked ( bool arg0 ) : void
arg0 bool
Résultat void

setClassName() public méthode

public setClassName ( java arg0 ) : void
arg0 java
Résultat void

setClassName() public méthode

public setClassName ( string arg0 ) : void
arg0 string
Résultat void

setContentDescription() public méthode

public setContentDescription ( java arg0 ) : void
arg0 java
Résultat void

setContentDescription() public méthode

public setContentDescription ( string arg0 ) : void
arg0 string
Résultat void

setCurrentItemIndex() public méthode

public setCurrentItemIndex ( int arg0 ) : void
arg0 int
Résultat void

setEnabled() public méthode

public setEnabled ( bool arg0 ) : void
arg0 bool
Résultat void

setEventTime() public méthode

public setEventTime ( long arg0 ) : void
arg0 long
Résultat void

setEventType() public méthode

public setEventType ( int arg0 ) : void
arg0 int
Résultat void

setFromIndex() public méthode

public setFromIndex ( int arg0 ) : void
arg0 int
Résultat void

setFullScreen() public méthode

public setFullScreen ( bool arg0 ) : void
arg0 bool
Résultat void

setItemCount() public méthode

public setItemCount ( int arg0 ) : void
arg0 int
Résultat void

setPackageName() public méthode

public setPackageName ( java arg0 ) : void
arg0 java
Résultat void

setPackageName() public méthode

public setPackageName ( string arg0 ) : void
arg0 string
Résultat void

setParcelableData() public méthode

public setParcelableData ( android arg0 ) : void
arg0 android
Résultat void

setPassword() public méthode

public setPassword ( bool arg0 ) : void
arg0 bool
Résultat void

setRemovedCount() public méthode

public setRemovedCount ( int arg0 ) : void
arg0 int
Résultat void

toString() public final méthode

public final toString ( ) : global::java.lang.String
Résultat global::java.lang.String

writeToParcel() public méthode

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void