C# Class android.inputmethodservice.Keyboard

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
Keyboard ( android arg0, int arg1 )
Keyboard ( android arg0, int arg1, int arg2 )
Keyboard ( android arg0, int arg1, java arg2, int arg3, int arg4 )
getHeight ( ) : int
getKeys ( ) : global::java.util.List
getMinWidth ( ) : int
getModifierKeys ( ) : global::java.util.List
getNearestKeys ( int arg0, int arg1 ) : int[]
getShiftKeyIndex ( ) : int
isShifted ( ) : bool
setShifted ( bool arg0 ) : bool

Protected Methods

Method Description
Keyboard ( global @__env )
createKeyFromXml ( android arg0, android arg1, int arg2, int arg3, android arg4 ) : global::android.inputmethodservice.Keyboard.Key
createRowFromXml ( android arg0, android arg1 ) : global::android.inputmethodservice.Keyboard.Row
getHorizontalGap ( ) : int
getKeyHeight ( ) : int
getKeyWidth ( ) : int
getVerticalGap ( ) : int
setHorizontalGap ( int arg0 ) : void
setKeyHeight ( int arg0 ) : void
setKeyWidth ( int arg0 ) : void
setVerticalGap ( int arg0 ) : void

Private Methods

Method Description
Keyboard ( )

Method Details

Keyboard() public method

public Keyboard ( android arg0, int arg1 )
arg0 android
arg1 int

Keyboard() public method

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

Keyboard() public method

public Keyboard ( android arg0, int arg1, java arg2, int arg3, int arg4 )
arg0 android
arg1 int
arg2 java
arg3 int
arg4 int

Keyboard() protected method

protected Keyboard ( global @__env )
@__env global

createKeyFromXml() protected method

protected createKeyFromXml ( android arg0, android arg1, int arg2, int arg3, android arg4 ) : global::android.inputmethodservice.Keyboard.Key
arg0 android
arg1 android
arg2 int
arg3 int
arg4 android
return global::android.inputmethodservice.Keyboard.Key

createRowFromXml() protected method

protected createRowFromXml ( android arg0, android arg1 ) : global::android.inputmethodservice.Keyboard.Row
arg0 android
arg1 android
return global::android.inputmethodservice.Keyboard.Row

getHeight() public method

public getHeight ( ) : int
return int

getHorizontalGap() protected method

protected getHorizontalGap ( ) : int
return int

getKeyHeight() protected method

protected getKeyHeight ( ) : int
return int

getKeyWidth() protected method

protected getKeyWidth ( ) : int
return int

getKeys() public method

public getKeys ( ) : global::java.util.List
return global::java.util.List

getMinWidth() public method

public getMinWidth ( ) : int
return int

getModifierKeys() public method

public getModifierKeys ( ) : global::java.util.List
return global::java.util.List

getNearestKeys() public method

public getNearestKeys ( int arg0, int arg1 ) : int[]
arg0 int
arg1 int
return int[]

getShiftKeyIndex() public method

public getShiftKeyIndex ( ) : int
return int

getVerticalGap() protected method

protected getVerticalGap ( ) : int
return int

isShifted() public method

public isShifted ( ) : bool
return bool

setHorizontalGap() protected method

protected setHorizontalGap ( int arg0 ) : void
arg0 int
return void

setKeyHeight() protected method

protected setKeyHeight ( int arg0 ) : void
arg0 int
return void

setKeyWidth() protected method

protected setKeyWidth ( int arg0 ) : void
arg0 int
return void

setShifted() public method

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

setVerticalGap() protected method

protected setVerticalGap ( int arg0 ) : void
arg0 int
return void