C# Class android.inputmethodservice.InputMethodService.InputMethodImpl

Inheritance: android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
InputMethodImpl ( global @__env )

Private Methods

Method Description
InputMethodImpl ( )

Method Details

InputMethodImpl() public method

public InputMethodImpl ( android arg0 )
arg0 android

InputMethodImpl() protected method

protected InputMethodImpl ( global @__env )
@__env global

attachToken() public method

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

bindInput() public method

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

hideSoftInput() public method

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

restartInput() public method

public restartInput ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

showSoftInput() public method

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

startInput() public method

public startInput ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

unbindInput() public method

public unbindInput ( ) : void
return void