C# Class android.inputmethodservice.KeyboardView

Inheritance: android.view.View, android.view.View.OnClickListener
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
KeyboardView ( )

Method Details

KeyboardView() public method

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

KeyboardView() public method

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

KeyboardView() protected method

protected KeyboardView ( global @__env )
@__env global

closing() public method

public closing ( ) : void
return void

getKeyboard() public method

public getKeyboard ( ) : global::android.inputmethodservice.Keyboard
return global::android.inputmethodservice.Keyboard

getOnKeyboardActionListener() protected method

protected getOnKeyboardActionListener ( ) : global::android.inputmethodservice.KeyboardView.OnKeyboardActionListener
return global::android.inputmethodservice.KeyboardView.OnKeyboardActionListener

handleBack() public method

public handleBack ( ) : bool
return bool

invalidateAllKeys() public method

public invalidateAllKeys ( ) : void
return void

invalidateKey() public method

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

isPreviewEnabled() public method

public isPreviewEnabled ( ) : bool
return bool

isProximityCorrectionEnabled() public method

public isProximityCorrectionEnabled ( ) : bool
return bool

isShifted() public method

public isShifted ( ) : bool
return bool

onClick() public method

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

onDetachedFromWindow() public method

public onDetachedFromWindow ( ) : void
return void

onDraw() public method

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

onLongPress() protected method

protected onLongPress ( android arg0 ) : bool
arg0 android
return bool

onMeasure() public method

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

onSizeChanged() public method

public onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

onTouchEvent() public method

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

setKeyboard() public method

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

setOnKeyboardActionListener() public method

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

setPopupOffset() public method

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

setPopupParent() public method

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

setPreviewEnabled() public method

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

setProximityCorrectionEnabled() public method

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

setShifted() public method

public setShifted ( bool arg0 ) : bool
arg0 bool
return bool

setVerticalCorrection() public method

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

swipeDown() protected method

protected swipeDown ( ) : void
return void

swipeLeft() protected method

protected swipeLeft ( ) : void
return void

swipeRight() protected method

protected swipeRight ( ) : void
return void

swipeUp() protected method

protected swipeUp ( ) : void
return void