C# Class android.inputmethodservice.InputMethodService.InputMethodImpl

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

Méthodes publiques

Méthode Description
InputMethodImpl ( android arg0 )
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

Méthodes protégées

Méthode Description
InputMethodImpl ( global @__env )

Private Methods

Méthode Description
InputMethodImpl ( )

Method Details

InputMethodImpl() public méthode

public InputMethodImpl ( android arg0 )
arg0 android

InputMethodImpl() protected méthode

protected InputMethodImpl ( global @__env )
@__env global

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