C# Class android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl_

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

Public Methods

Method 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

Method Description
AbstractInputMethodImpl_ ( )
AbstractInputMethodImpl_ ( global @__env )

Method Details

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