C# Class android.view.inputmethod.InputMethodManager

Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
displayCompletions ( android arg0, android arg1 ) : void
getEnabledInputMethodList ( ) : global::java.util.List
getInputMethodList ( ) : global::java.util.List
hideSoftInputFromInputMethod ( android arg0, int arg1 ) : void
hideSoftInputFromWindow ( android arg0, int arg1 ) : bool
hideSoftInputFromWindow ( android arg0, int arg1, android arg2 ) : bool
hideStatusIcon ( android arg0 ) : void
isAcceptingText ( ) : bool
isActive ( ) : bool
isActive ( android arg0 ) : bool
isFullscreenMode ( ) : bool
isWatchingCursor ( android arg0 ) : bool
restartInput ( android arg0 ) : void
sendAppPrivateCommand ( android arg0, java arg1, android arg2 ) : void
setInputMethod ( android arg0, java arg1 ) : void
showInputMethodPicker ( ) : void
showSoftInput ( android arg0, int arg1 ) : bool
showSoftInput ( android arg0, int arg1, android arg2 ) : bool
showSoftInputFromInputMethod ( android arg0, int arg1 ) : void
showStatusIcon ( android arg0, java arg1, int arg2 ) : void
toggleSoftInput ( int arg0, int arg1 ) : void
toggleSoftInputFromWindow ( android arg0, int arg1, int arg2 ) : void
updateCursor ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
updateExtractedText ( android arg0, int arg1, android arg2 ) : void
updateSelection ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void

Private Methods

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

Method Details

displayCompletions() public méthode

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

getEnabledInputMethodList() public méthode

public getEnabledInputMethodList ( ) : global::java.util.List
Résultat global::java.util.List

getInputMethodList() public méthode

public getInputMethodList ( ) : global::java.util.List
Résultat global::java.util.List

hideSoftInputFromInputMethod() public méthode

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

hideSoftInputFromWindow() public méthode

public hideSoftInputFromWindow ( android arg0, int arg1 ) : bool
arg0 android
arg1 int
Résultat bool

hideSoftInputFromWindow() public méthode

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

hideStatusIcon() public méthode

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

isAcceptingText() public méthode

public isAcceptingText ( ) : bool
Résultat bool

isActive() public méthode

public isActive ( ) : bool
Résultat bool

isActive() public méthode

public isActive ( android arg0 ) : bool
arg0 android
Résultat bool

isFullscreenMode() public méthode

public isFullscreenMode ( ) : bool
Résultat bool

isWatchingCursor() public méthode

public isWatchingCursor ( android arg0 ) : bool
arg0 android
Résultat bool

restartInput() public méthode

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

sendAppPrivateCommand() public méthode

public sendAppPrivateCommand ( android arg0, java arg1, android arg2 ) : void
arg0 android
arg1 java
arg2 android
Résultat void

setInputMethod() public méthode

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

showInputMethodPicker() public méthode

public showInputMethodPicker ( ) : void
Résultat void

showSoftInput() public méthode

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

showSoftInput() public méthode

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

showSoftInputFromInputMethod() public méthode

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

showStatusIcon() public méthode

public showStatusIcon ( android arg0, java arg1, int arg2 ) : void
arg0 android
arg1 java
arg2 int
Résultat void

toggleSoftInput() public méthode

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

toggleSoftInputFromWindow() public méthode

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

updateCursor() public méthode

public updateCursor ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

updateExtractedText() public méthode

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

updateSelection() public méthode

public updateSelection ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void