C# Class android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl_

Inheritance: android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
attachToken ( android arg0 ) : void
bindInput ( android arg0 ) : void
hideSoftInput ( int arg0, android arg1 ) : void
restartInput ( android arg0, android arg1 ) : void
showSoftInput ( int arg0, android arg1 ) : void
startInput ( android arg0, android arg1 ) : void
unbindInput ( ) : void

Private Methods

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

Method Details

attachToken() public méthode

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

bindInput() public méthode

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

hideSoftInput() public méthode

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

restartInput() public méthode

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

showSoftInput() public méthode

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

startInput() public méthode

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

unbindInput() public méthode

public unbindInput ( ) : void
Résultat void