C# Класс android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl

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

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

Метод Описание
AbstractInputMethodImpl ( android arg0 )
attachToken ( android arg0 ) : void
bindInput ( android arg0 ) : void
createSession ( android arg0 ) : void
createSession ( global arg0 ) : void
hideSoftInput ( int arg0, android arg1 ) : void
restartInput ( android arg0, android arg1 ) : void
revokeSession ( android arg0 ) : void
setSessionEnabled ( android arg0, bool arg1 ) : void
showSoftInput ( int arg0, android arg1 ) : void
startInput ( android arg0, android arg1 ) : void
unbindInput ( ) : void

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

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

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

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

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

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

public AbstractInputMethodImpl ( android arg0 )
arg0 android

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

protected AbstractInputMethodImpl ( global @__env )
@__env global

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

public abstract attachToken ( android arg0 ) : void
arg0 android
Результат void

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

public abstract bindInput ( android arg0 ) : void
arg0 android
Результат void

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

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

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

public createSession ( global arg0 ) : void
arg0 global
Результат void

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

public abstract hideSoftInput ( int arg0, android arg1 ) : void
arg0 int
arg1 android
Результат void

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

public abstract restartInput ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Результат void

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

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

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

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

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

public abstract showSoftInput ( int arg0, android arg1 ) : void
arg0 int
arg1 android
Результат void

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

public abstract startInput ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Результат void

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

public abstract unbindInput ( ) : void
Результат void