C# Class android.inputmethodservice.InputMethodService

Inheritance: android.inputmethodservice.AbstractInputMethodService
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
getCandidatesHiddenVisibility ( ) : int
getCurrentInputBinding ( ) : global::android.view.inputmethod.InputBinding
getCurrentInputConnection ( ) : global::android.view.inputmethod.InputConnection
getCurrentInputEditorInfo ( ) : global::android.view.inputmethod.EditorInfo
getCurrentInputStarted ( ) : bool
getLayoutInflater ( ) : global::android.view.LayoutInflater
getMaxWidth ( ) : int
getTextForImeAction ( int arg0 ) : global::java.lang.CharSequence
getWindow ( ) : global::android.app.Dialog
hideStatusIcon ( ) : void
hideWindow ( ) : void
isExtractViewShown ( ) : bool
isFullscreenMode ( ) : bool
isInputViewShown ( ) : bool
isShowInputRequested ( ) : bool
onAppPrivateCommand ( java arg0, android arg1 ) : void
onBindInput ( ) : void
onComputeInsets ( android arg0 ) : void
onConfigurationChanged ( android arg0 ) : void
onConfigureWindow ( android arg0, bool arg1, bool arg2 ) : void
onCreate ( ) : void
onCreateCandidatesView ( ) : global::android.view.View
onCreateExtractTextView ( ) : global::android.view.View
onCreateInputMethodInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
onCreateInputMethodSessionInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
onCreateInputView ( ) : global::android.view.View
onDestroy ( ) : void
onDisplayCompletions ( android arg0 ) : void
onEvaluateFullscreenMode ( ) : bool
onEvaluateInputViewShown ( ) : bool
onExtractTextContextMenuItem ( int arg0 ) : bool
onExtractedCursorMovement ( int arg0, int arg1 ) : void
onExtractedSelectionChanged ( int arg0, int arg1 ) : void
onExtractedTextClicked ( ) : void
onExtractingInputChanged ( android arg0 ) : void
onFinishCandidatesView ( bool arg0 ) : void
onFinishInput ( ) : void
onFinishInputView ( bool arg0 ) : void
onInitializeInterface ( ) : void
onKeyDown ( int arg0, android arg1 ) : bool
onKeyLongPress ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onShowInputRequested ( int arg0, bool arg1 ) : bool
onStartCandidatesView ( android arg0, bool arg1 ) : void
onStartInput ( android arg0, bool arg1 ) : void
onStartInputView ( android arg0, bool arg1 ) : void
onTrackballEvent ( android arg0 ) : bool
onUnbindInput ( ) : void
onUpdateCursor ( android arg0 ) : void
onUpdateExtractedText ( int arg0, android arg1 ) : void
onUpdateExtractingViews ( android arg0 ) : void
onUpdateExtractingVisibility ( android arg0 ) : void
onUpdateSelection ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void
onWindowHidden ( ) : void
onWindowShown ( ) : void
requestHideSelf ( int arg0 ) : void
sendDefaultEditorAction ( bool arg0 ) : bool
sendDownUpKeyEvents ( int arg0 ) : void
sendKeyChar ( char arg0 ) : void
setCandidatesView ( android arg0 ) : void
setCandidatesViewShown ( bool arg0 ) : void
setExtractView ( android arg0 ) : void
setExtractViewShown ( bool arg0 ) : void
setInputView ( android arg0 ) : void
setTheme ( int arg0 ) : void
showStatusIcon ( int arg0 ) : void
showWindow ( bool arg0 ) : void
switchInputMethod ( java arg0 ) : void
updateFullscreenMode ( ) : void
updateInputViewShown ( ) : void

Méthodes protégées

Méthode Description
InputMethodService ( global @__env )
dump ( java arg0, java arg1, java arg2 ) : void

Private Methods

Méthode Description
InputMethodService ( )

Method Details

InputMethodService() protected méthode

protected InputMethodService ( global @__env )
@__env global

dump() protected méthode

protected dump ( java arg0, java arg1, java arg2 ) : void
arg0 java
arg1 java
arg2 java
Résultat void

getCandidatesHiddenVisibility() public méthode

public getCandidatesHiddenVisibility ( ) : int
Résultat int

getCurrentInputBinding() public méthode

public getCurrentInputBinding ( ) : global::android.view.inputmethod.InputBinding
Résultat global::android.view.inputmethod.InputBinding

getCurrentInputConnection() public méthode

public getCurrentInputConnection ( ) : global::android.view.inputmethod.InputConnection
Résultat global::android.view.inputmethod.InputConnection

getCurrentInputEditorInfo() public méthode

public getCurrentInputEditorInfo ( ) : global::android.view.inputmethod.EditorInfo
Résultat global::android.view.inputmethod.EditorInfo

getCurrentInputStarted() public méthode

public getCurrentInputStarted ( ) : bool
Résultat bool

getLayoutInflater() public méthode

public getLayoutInflater ( ) : global::android.view.LayoutInflater
Résultat global::android.view.LayoutInflater

getMaxWidth() public méthode

public getMaxWidth ( ) : int
Résultat int

getTextForImeAction() public méthode

public getTextForImeAction ( int arg0 ) : global::java.lang.CharSequence
arg0 int
Résultat global::java.lang.CharSequence

getWindow() public méthode

public getWindow ( ) : global::android.app.Dialog
Résultat global::android.app.Dialog

hideStatusIcon() public méthode

public hideStatusIcon ( ) : void
Résultat void

hideWindow() public méthode

public hideWindow ( ) : void
Résultat void

isExtractViewShown() public méthode

public isExtractViewShown ( ) : bool
Résultat bool

isFullscreenMode() public méthode

public isFullscreenMode ( ) : bool
Résultat bool

isInputViewShown() public méthode

public isInputViewShown ( ) : bool
Résultat bool

isShowInputRequested() public méthode

public isShowInputRequested ( ) : bool
Résultat bool

onAppPrivateCommand() public méthode

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

onBindInput() public méthode

public onBindInput ( ) : void
Résultat void

onComputeInsets() public méthode

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

onConfigurationChanged() public méthode

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

onConfigureWindow() public méthode

public onConfigureWindow ( android arg0, bool arg1, bool arg2 ) : void
arg0 android
arg1 bool
arg2 bool
Résultat void

onCreate() public méthode

public onCreate ( ) : void
Résultat void

onCreateCandidatesView() public méthode

public onCreateCandidatesView ( ) : global::android.view.View
Résultat global::android.view.View

onCreateExtractTextView() public méthode

public onCreateExtractTextView ( ) : global::android.view.View
Résultat global::android.view.View

onCreateInputMethodInterface() public méthode

public onCreateInputMethodInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
Résultat global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl

onCreateInputMethodSessionInterface() public méthode

public onCreateInputMethodSessionInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
Résultat global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl

onCreateInputView() public méthode

public onCreateInputView ( ) : global::android.view.View
Résultat global::android.view.View

onDestroy() public méthode

public onDestroy ( ) : void
Résultat void

onDisplayCompletions() public méthode

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

onEvaluateFullscreenMode() public méthode

public onEvaluateFullscreenMode ( ) : bool
Résultat bool

onEvaluateInputViewShown() public méthode

public onEvaluateInputViewShown ( ) : bool
Résultat bool

onExtractTextContextMenuItem() public méthode

public onExtractTextContextMenuItem ( int arg0 ) : bool
arg0 int
Résultat bool

onExtractedCursorMovement() public méthode

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

onExtractedSelectionChanged() public méthode

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

onExtractedTextClicked() public méthode

public onExtractedTextClicked ( ) : void
Résultat void

onExtractingInputChanged() public méthode

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

onFinishCandidatesView() public méthode

public onFinishCandidatesView ( bool arg0 ) : void
arg0 bool
Résultat void

onFinishInput() public méthode

public onFinishInput ( ) : void
Résultat void

onFinishInputView() public méthode

public onFinishInputView ( bool arg0 ) : void
arg0 bool
Résultat void

onInitializeInterface() public méthode

public onInitializeInterface ( ) : void
Résultat void

onKeyDown() public méthode

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

onKeyLongPress() public méthode

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

onKeyMultiple() public méthode

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

onKeyUp() public méthode

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

onShowInputRequested() public méthode

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

onStartCandidatesView() public méthode

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

onStartInput() public méthode

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

onStartInputView() public méthode

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

onTrackballEvent() public méthode

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

onUnbindInput() public méthode

public onUnbindInput ( ) : void
Résultat void

onUpdateCursor() public méthode

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

onUpdateExtractedText() public méthode

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

onUpdateExtractingViews() public méthode

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

onUpdateExtractingVisibility() public méthode

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

onUpdateSelection() public méthode

public onUpdateSelection ( int arg0, int arg1, int arg2, int arg3, int arg4, int arg5 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
arg4 int
arg5 int
Résultat void

onWindowHidden() public méthode

public onWindowHidden ( ) : void
Résultat void

onWindowShown() public méthode

public onWindowShown ( ) : void
Résultat void

requestHideSelf() public méthode

public requestHideSelf ( int arg0 ) : void
arg0 int
Résultat void

sendDefaultEditorAction() public méthode

public sendDefaultEditorAction ( bool arg0 ) : bool
arg0 bool
Résultat bool

sendDownUpKeyEvents() public méthode

public sendDownUpKeyEvents ( int arg0 ) : void
arg0 int
Résultat void

sendKeyChar() public méthode

public sendKeyChar ( char arg0 ) : void
arg0 char
Résultat void

setCandidatesView() public méthode

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

setCandidatesViewShown() public méthode

public setCandidatesViewShown ( bool arg0 ) : void
arg0 bool
Résultat void

setExtractView() public méthode

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

setExtractViewShown() public méthode

public setExtractViewShown ( bool arg0 ) : void
arg0 bool
Résultat void

setInputView() public méthode

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

setTheme() public méthode

public setTheme ( int arg0 ) : void
arg0 int
Résultat void

showStatusIcon() public méthode

public showStatusIcon ( int arg0 ) : void
arg0 int
Résultat void

showWindow() public méthode

public showWindow ( bool arg0 ) : void
arg0 bool
Résultat void

switchInputMethod() public méthode

public switchInputMethod ( java arg0 ) : void
arg0 java
Résultat void

updateFullscreenMode() public méthode

public updateFullscreenMode ( ) : void
Résultat void

updateInputViewShown() public méthode

public updateInputViewShown ( ) : void
Résultat void