C# Class android.inputmethodservice.InputMethodService

Inheritance: android.inputmethodservice.AbstractInputMethodService
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
InputMethodService ( global @__env )
dump ( java arg0, java arg1, java arg2 ) : void

Private Methods

Method Description
InputMethodService ( )

Method Details

InputMethodService() protected method

protected InputMethodService ( global @__env )
@__env global

dump() protected method

protected dump ( java arg0, java arg1, java arg2 ) : void
arg0 java
arg1 java
arg2 java
return void

getCandidatesHiddenVisibility() public method

public getCandidatesHiddenVisibility ( ) : int
return int

getCurrentInputBinding() public method

public getCurrentInputBinding ( ) : global::android.view.inputmethod.InputBinding
return global::android.view.inputmethod.InputBinding

getCurrentInputConnection() public method

public getCurrentInputConnection ( ) : global::android.view.inputmethod.InputConnection
return global::android.view.inputmethod.InputConnection

getCurrentInputEditorInfo() public method

public getCurrentInputEditorInfo ( ) : global::android.view.inputmethod.EditorInfo
return global::android.view.inputmethod.EditorInfo

getCurrentInputStarted() public method

public getCurrentInputStarted ( ) : bool
return bool

getLayoutInflater() public method

public getLayoutInflater ( ) : global::android.view.LayoutInflater
return global::android.view.LayoutInflater

getMaxWidth() public method

public getMaxWidth ( ) : int
return int

getTextForImeAction() public method

public getTextForImeAction ( int arg0 ) : global::java.lang.CharSequence
arg0 int
return global::java.lang.CharSequence

getWindow() public method

public getWindow ( ) : global::android.app.Dialog
return global::android.app.Dialog

hideStatusIcon() public method

public hideStatusIcon ( ) : void
return void

hideWindow() public method

public hideWindow ( ) : void
return void

isExtractViewShown() public method

public isExtractViewShown ( ) : bool
return bool

isFullscreenMode() public method

public isFullscreenMode ( ) : bool
return bool

isInputViewShown() public method

public isInputViewShown ( ) : bool
return bool

isShowInputRequested() public method

public isShowInputRequested ( ) : bool
return bool

onAppPrivateCommand() public method

public onAppPrivateCommand ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

onBindInput() public method

public onBindInput ( ) : void
return void

onComputeInsets() public method

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

onConfigurationChanged() public method

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

onConfigureWindow() public method

public onConfigureWindow ( android arg0, bool arg1, bool arg2 ) : void
arg0 android
arg1 bool
arg2 bool
return void

onCreate() public method

public onCreate ( ) : void
return void

onCreateCandidatesView() public method

public onCreateCandidatesView ( ) : global::android.view.View
return global::android.view.View

onCreateExtractTextView() public method

public onCreateExtractTextView ( ) : global::android.view.View
return global::android.view.View

onCreateInputMethodInterface() public method

public onCreateInputMethodInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl
return global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl

onCreateInputMethodSessionInterface() public method

public onCreateInputMethodSessionInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
return global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl

onCreateInputView() public method

public onCreateInputView ( ) : global::android.view.View
return global::android.view.View

onDestroy() public method

public onDestroy ( ) : void
return void

onDisplayCompletions() public method

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

onEvaluateFullscreenMode() public method

public onEvaluateFullscreenMode ( ) : bool
return bool

onEvaluateInputViewShown() public method

public onEvaluateInputViewShown ( ) : bool
return bool

onExtractTextContextMenuItem() public method

public onExtractTextContextMenuItem ( int arg0 ) : bool
arg0 int
return bool

onExtractedCursorMovement() public method

public onExtractedCursorMovement ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onExtractedSelectionChanged() public method

public onExtractedSelectionChanged ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onExtractedTextClicked() public method

public onExtractedTextClicked ( ) : void
return void

onExtractingInputChanged() public method

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

onFinishCandidatesView() public method

public onFinishCandidatesView ( bool arg0 ) : void
arg0 bool
return void

onFinishInput() public method

public onFinishInput ( ) : void
return void

onFinishInputView() public method

public onFinishInputView ( bool arg0 ) : void
arg0 bool
return void

onInitializeInterface() public method

public onInitializeInterface ( ) : void
return void

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyLongPress() public method

public onKeyLongPress ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyMultiple() public method

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
return bool

onKeyUp() public method

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onShowInputRequested() public method

public onShowInputRequested ( int arg0, bool arg1 ) : bool
arg0 int
arg1 bool
return bool

onStartCandidatesView() public method

public onStartCandidatesView ( android arg0, bool arg1 ) : void
arg0 android
arg1 bool
return void

onStartInput() public method

public onStartInput ( android arg0, bool arg1 ) : void
arg0 android
arg1 bool
return void

onStartInputView() public method

public onStartInputView ( android arg0, bool arg1 ) : void
arg0 android
arg1 bool
return void

onTrackballEvent() public method

public onTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

onUnbindInput() public method

public onUnbindInput ( ) : void
return void

onUpdateCursor() public method

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

onUpdateExtractedText() public method

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

onUpdateExtractingViews() public method

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

onUpdateExtractingVisibility() public method

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

onUpdateSelection() public method

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
return void

onWindowHidden() public method

public onWindowHidden ( ) : void
return void

onWindowShown() public method

public onWindowShown ( ) : void
return void

requestHideSelf() public method

public requestHideSelf ( int arg0 ) : void
arg0 int
return void

sendDefaultEditorAction() public method

public sendDefaultEditorAction ( bool arg0 ) : bool
arg0 bool
return bool

sendDownUpKeyEvents() public method

public sendDownUpKeyEvents ( int arg0 ) : void
arg0 int
return void

sendKeyChar() public method

public sendKeyChar ( char arg0 ) : void
arg0 char
return void

setCandidatesView() public method

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

setCandidatesViewShown() public method

public setCandidatesViewShown ( bool arg0 ) : void
arg0 bool
return void

setExtractView() public method

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

setExtractViewShown() public method

public setExtractViewShown ( bool arg0 ) : void
arg0 bool
return void

setInputView() public method

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

setTheme() public method

public setTheme ( int arg0 ) : void
arg0 int
return void

showStatusIcon() public method

public showStatusIcon ( int arg0 ) : void
arg0 int
return void

showWindow() public method

public showWindow ( bool arg0 ) : void
arg0 bool
return void

switchInputMethod() public method

public switchInputMethod ( java arg0 ) : void
arg0 java
return void

updateFullscreenMode() public method

public updateFullscreenMode ( ) : void
return void

updateInputViewShown() public method

public updateInputViewShown ( ) : void
return void