C# Class android.inputmethodservice.KeyboardView

Inheritance: android.view.View, android.view.View.OnClickListener
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
KeyboardView ( android arg0, android arg1 )
KeyboardView ( android arg0, android arg1, int arg2 )
closing ( ) : void
getKeyboard ( ) : global::android.inputmethodservice.Keyboard
handleBack ( ) : bool
invalidateAllKeys ( ) : void
invalidateKey ( int arg0 ) : void
isPreviewEnabled ( ) : bool
isProximityCorrectionEnabled ( ) : bool
isShifted ( ) : bool
onClick ( android arg0 ) : void
onDetachedFromWindow ( ) : void
onDraw ( android arg0 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
onTouchEvent ( android arg0 ) : bool
setKeyboard ( android arg0 ) : void
setOnKeyboardActionListener ( android arg0 ) : void
setPopupOffset ( int arg0, int arg1 ) : void
setPopupParent ( android arg0 ) : void
setPreviewEnabled ( bool arg0 ) : void
setProximityCorrectionEnabled ( bool arg0 ) : void
setShifted ( bool arg0 ) : bool
setVerticalCorrection ( int arg0 ) : void

Méthodes protégées

Méthode Description
KeyboardView ( global @__env )
getOnKeyboardActionListener ( ) : global::android.inputmethodservice.KeyboardView.OnKeyboardActionListener
onLongPress ( android arg0 ) : bool
swipeDown ( ) : void
swipeLeft ( ) : void
swipeRight ( ) : void
swipeUp ( ) : void

Private Methods

Méthode Description
KeyboardView ( )

Method Details

KeyboardView() public méthode

public KeyboardView ( android arg0, android arg1 )
arg0 android
arg1 android

KeyboardView() public méthode

public KeyboardView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

KeyboardView() protected méthode

protected KeyboardView ( global @__env )
@__env global

closing() public méthode

public closing ( ) : void
Résultat void

getKeyboard() public méthode

public getKeyboard ( ) : global::android.inputmethodservice.Keyboard
Résultat global::android.inputmethodservice.Keyboard

getOnKeyboardActionListener() protected méthode

protected getOnKeyboardActionListener ( ) : global::android.inputmethodservice.KeyboardView.OnKeyboardActionListener
Résultat global::android.inputmethodservice.KeyboardView.OnKeyboardActionListener

handleBack() public méthode

public handleBack ( ) : bool
Résultat bool

invalidateAllKeys() public méthode

public invalidateAllKeys ( ) : void
Résultat void

invalidateKey() public méthode

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

isPreviewEnabled() public méthode

public isPreviewEnabled ( ) : bool
Résultat bool

isProximityCorrectionEnabled() public méthode

public isProximityCorrectionEnabled ( ) : bool
Résultat bool

isShifted() public méthode

public isShifted ( ) : bool
Résultat bool

onClick() public méthode

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

onDetachedFromWindow() public méthode

public onDetachedFromWindow ( ) : void
Résultat void

onDraw() public méthode

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

onLongPress() protected méthode

protected onLongPress ( android arg0 ) : bool
arg0 android
Résultat bool

onMeasure() public méthode

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

onSizeChanged() public méthode

public onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

onTouchEvent() public méthode

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

setKeyboard() public méthode

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

setOnKeyboardActionListener() public méthode

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

setPopupOffset() public méthode

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

setPopupParent() public méthode

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

setPreviewEnabled() public méthode

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

setProximityCorrectionEnabled() public méthode

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

setShifted() public méthode

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

setVerticalCorrection() public méthode

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

swipeDown() protected méthode

protected swipeDown ( ) : void
Résultat void

swipeLeft() protected méthode

protected swipeLeft ( ) : void
Résultat void

swipeRight() protected méthode

protected swipeRight ( ) : void
Résultat void

swipeUp() protected méthode

protected swipeUp ( ) : void
Résultat void