C# Class android.text.method.QwertyKeyListener

Inheritance: android.text.method.BaseKeyListener
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
QwertyKeyListener ( global @__env )

Private Methods

Méthode Description
QwertyKeyListener ( )

Method Details

QwertyKeyListener() public méthode

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

QwertyKeyListener() protected méthode

protected QwertyKeyListener ( global @__env )
@__env global

getInputType() public méthode

public getInputType ( ) : int
Résultat int

getInstance() public static méthode

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

markAsReplaced() public static méthode

public static markAsReplaced ( android arg0, int arg1, int arg2, java arg3 ) : void
arg0 android
arg1 int
arg2 int
arg3 java
Résultat void

onKeyDown() public méthode

public onKeyDown ( android arg0, android arg1, int arg2, android arg3 ) : bool
arg0 android
arg1 android
arg2 int
arg3 android
Résultat bool