C# Class android.view.accessibility.AccessibilityEvent

Inheritance: java.lang.Object, android.os.Parcelable
ファイルを表示 Open project: JeroMiya/androidmono

Public Methods

Method 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

Method Description
AccessibilityEvent ( )
AccessibilityEvent ( global @__env )

Method Details

describeContents() public method

public describeContents ( ) : int
return int

getAddedCount() public method

public getAddedCount ( ) : int
return int

getBeforeText() public method

public getBeforeText ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getClassName() public method

public getClassName ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getContentDescription() public method

public getContentDescription ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getCurrentItemIndex() public method

public getCurrentItemIndex ( ) : int
return int

getEventTime() public method

public getEventTime ( ) : long
return long

getEventType() public method

public getEventType ( ) : int
return int

getFromIndex() public method

public getFromIndex ( ) : int
return int

getItemCount() public method

public getItemCount ( ) : int
return int

getPackageName() public method

public getPackageName ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getParcelableData() public method

public getParcelableData ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

getRemovedCount() public method

public getRemovedCount ( ) : int
return int

getText() public method

public getText ( ) : global::java.util.List
return global::java.util.List

initFromParcel() public method

public initFromParcel ( android arg0 ) : void
arg0 android
return void

isChecked() public method

public isChecked ( ) : bool
return bool

isEnabled() public method

public isEnabled ( ) : bool
return bool

isFullScreen() public method

public isFullScreen ( ) : bool
return bool

isPassword() public method

public isPassword ( ) : bool
return bool

obtain() public static method

public static obtain ( ) : global::android.view.accessibility.AccessibilityEvent
return global::android.view.accessibility.AccessibilityEvent

obtain() public static method

public static obtain ( int arg0 ) : global::android.view.accessibility.AccessibilityEvent
arg0 int
return global::android.view.accessibility.AccessibilityEvent

recycle() public method

public recycle ( ) : void
return void

setAddedCount() public method

public setAddedCount ( int arg0 ) : void
arg0 int
return void

setBeforeText() public method

public setBeforeText ( java arg0 ) : void
arg0 java
return void

setBeforeText() public method

public setBeforeText ( string arg0 ) : void
arg0 string
return void

setChecked() public method

public setChecked ( bool arg0 ) : void
arg0 bool
return void

setClassName() public method

public setClassName ( java arg0 ) : void
arg0 java
return void

setClassName() public method

public setClassName ( string arg0 ) : void
arg0 string
return void

setContentDescription() public method

public setContentDescription ( java arg0 ) : void
arg0 java
return void

setContentDescription() public method

public setContentDescription ( string arg0 ) : void
arg0 string
return void

setCurrentItemIndex() public method

public setCurrentItemIndex ( int arg0 ) : void
arg0 int
return void

setEnabled() public method

public setEnabled ( bool arg0 ) : void
arg0 bool
return void

setEventTime() public method

public setEventTime ( long arg0 ) : void
arg0 long
return void

setEventType() public method

public setEventType ( int arg0 ) : void
arg0 int
return void

setFromIndex() public method

public setFromIndex ( int arg0 ) : void
arg0 int
return void

setFullScreen() public method

public setFullScreen ( bool arg0 ) : void
arg0 bool
return void

setItemCount() public method

public setItemCount ( int arg0 ) : void
arg0 int
return void

setPackageName() public method

public setPackageName ( java arg0 ) : void
arg0 java
return void

setPackageName() public method

public setPackageName ( string arg0 ) : void
arg0 string
return void

setParcelableData() public method

public setParcelableData ( android arg0 ) : void
arg0 android
return void

setPassword() public method

public setPassword ( bool arg0 ) : void
arg0 bool
return void

setRemovedCount() public method

public setRemovedCount ( int arg0 ) : void
arg0 int
return void

toString() public final method

public final toString ( ) : global::java.lang.String
return global::java.lang.String

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void