C# Class android.text.method.QwertyKeyListener

Inheritance: android.text.method.BaseKeyListener
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
QwertyKeyListener ( android arg0, bool arg1 )
getInputType ( ) : int
getInstance ( bool arg0, android arg1 ) : global::android.text.method.QwertyKeyListener
markAsReplaced ( android arg0, int arg1, int arg2, java arg3 ) : void
onKeyDown ( android arg0, android arg1, int arg2, android arg3 ) : bool

Protected Methods

Method Description
QwertyKeyListener ( global @__env )

Private Methods

Method Description
QwertyKeyListener ( )

Method Details

QwertyKeyListener() public method

public QwertyKeyListener ( android arg0, bool arg1 )
arg0 android
arg1 bool

QwertyKeyListener() protected method

protected QwertyKeyListener ( global @__env )
@__env global

getInputType() public method

public getInputType ( ) : int
return int

getInstance() public static method

public static getInstance ( bool arg0, android arg1 ) : global::android.text.method.QwertyKeyListener
arg0 bool
arg1 android
return global::android.text.method.QwertyKeyListener

markAsReplaced() public static method

public static markAsReplaced ( android arg0, int arg1, int arg2, java arg3 ) : void
arg0 android
arg1 int
arg2 int
arg3 java
return void

onKeyDown() public method

public onKeyDown ( android arg0, android arg1, int arg2, android arg3 ) : bool
arg0 android
arg1 android
arg2 int
arg3 android
return bool