C# Класс android.view.inputmethod.BaseInputConnection

Наследование: android.view.inputmethod.InputConnection
Показать файл Открыть проект

Открытые методы

Метод Описание
BaseInputConnection ( android arg0, bool arg1 )
beginBatchEdit ( ) : bool
clearMetaKeyStates ( int arg0 ) : bool
commitCompletion ( android arg0 ) : bool
commitText ( java arg0, int arg1 ) : bool
commitText ( string arg0, int arg1 ) : bool
deleteSurroundingText ( int arg0, int arg1 ) : bool
endBatchEdit ( ) : bool
finishComposingText ( ) : bool
getComposingSpanEnd ( android arg0 ) : int
getComposingSpanStart ( android arg0 ) : int
getCursorCapsMode ( int arg0 ) : int
getEditable ( ) : global::android.text.Editable
getExtractedText ( android arg0, int arg1 ) : global::android.view.inputmethod.ExtractedText
getTextAfterCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
getTextBeforeCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
performContextMenuAction ( int arg0 ) : bool
performEditorAction ( int arg0 ) : bool
performPrivateCommand ( java arg0, android arg1 ) : bool
removeComposingSpans ( android arg0 ) : void
reportFullscreenMode ( bool arg0 ) : bool
sendKeyEvent ( android arg0 ) : bool
setComposingSpans ( android arg0 ) : void
setComposingText ( java arg0, int arg1 ) : bool
setComposingText ( string arg0, int arg1 ) : bool
setSelection ( int arg0, int arg1 ) : bool

Защищенные методы

Метод Описание
BaseInputConnection ( global @__env )

Приватные методы

Метод Описание
BaseInputConnection ( )

Описание методов

BaseInputConnection() публичный Метод

public BaseInputConnection ( android arg0, bool arg1 )
arg0 android
arg1 bool

BaseInputConnection() защищенный Метод

protected BaseInputConnection ( global @__env )
@__env global

beginBatchEdit() публичный Метод

public beginBatchEdit ( ) : bool
Результат bool

clearMetaKeyStates() публичный Метод

public clearMetaKeyStates ( int arg0 ) : bool
arg0 int
Результат bool

commitCompletion() публичный Метод

public commitCompletion ( android arg0 ) : bool
arg0 android
Результат bool

commitText() публичный Метод

public commitText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
Результат bool

commitText() публичный Метод

public commitText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
Результат bool

deleteSurroundingText() публичный Метод

public deleteSurroundingText ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Результат bool

endBatchEdit() публичный Метод

public endBatchEdit ( ) : bool
Результат bool

finishComposingText() публичный Метод

public finishComposingText ( ) : bool
Результат bool

getComposingSpanEnd() публичный статический Метод

public static getComposingSpanEnd ( android arg0 ) : int
arg0 android
Результат int

getComposingSpanStart() публичный статический Метод

public static getComposingSpanStart ( android arg0 ) : int
arg0 android
Результат int

getCursorCapsMode() публичный Метод

public getCursorCapsMode ( int arg0 ) : int
arg0 int
Результат int

getEditable() публичный Метод

public getEditable ( ) : global::android.text.Editable
Результат global::android.text.Editable

getExtractedText() публичный Метод

public getExtractedText ( android arg0, int arg1 ) : global::android.view.inputmethod.ExtractedText
arg0 android
arg1 int
Результат global::android.view.inputmethod.ExtractedText

getTextAfterCursor() публичный Метод

public getTextAfterCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
Результат global::java.lang.CharSequence

getTextBeforeCursor() публичный Метод

public getTextBeforeCursor ( int arg0, int arg1 ) : global::java.lang.CharSequence
arg0 int
arg1 int
Результат global::java.lang.CharSequence

performContextMenuAction() публичный Метод

public performContextMenuAction ( int arg0 ) : bool
arg0 int
Результат bool

performEditorAction() публичный Метод

public performEditorAction ( int arg0 ) : bool
arg0 int
Результат bool

performPrivateCommand() публичный Метод

public performPrivateCommand ( java arg0, android arg1 ) : bool
arg0 java
arg1 android
Результат bool

removeComposingSpans() публичный статический Метод

public static removeComposingSpans ( android arg0 ) : void
arg0 android
Результат void

reportFullscreenMode() публичный Метод

public reportFullscreenMode ( bool arg0 ) : bool
arg0 bool
Результат bool

sendKeyEvent() публичный Метод

public sendKeyEvent ( android arg0 ) : bool
arg0 android
Результат bool

setComposingSpans() публичный статический Метод

public static setComposingSpans ( android arg0 ) : void
arg0 android
Результат void

setComposingText() публичный Метод

public setComposingText ( java arg0, int arg1 ) : bool
arg0 java
arg1 int
Результат bool

setComposingText() публичный Метод

public setComposingText ( string arg0, int arg1 ) : bool
arg0 string
arg1 int
Результат bool

setSelection() публичный Метод

public setSelection ( int arg0, int arg1 ) : bool
arg0 int
arg1 int
Результат bool