C# Class android.inputmethodservice.Keyboard

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
Keyboard ( )

Method Details

Keyboard() public méthode

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

Keyboard() public méthode

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

Keyboard() public méthode

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

Keyboard() protected méthode

protected Keyboard ( global @__env )
@__env global

createKeyFromXml() protected méthode

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
Résultat global::android.inputmethodservice.Keyboard.Key

createRowFromXml() protected méthode

protected createRowFromXml ( android arg0, android arg1 ) : global::android.inputmethodservice.Keyboard.Row
arg0 android
arg1 android
Résultat global::android.inputmethodservice.Keyboard.Row

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHorizontalGap() protected méthode

protected getHorizontalGap ( ) : int
Résultat int

getKeyHeight() protected méthode

protected getKeyHeight ( ) : int
Résultat int

getKeyWidth() protected méthode

protected getKeyWidth ( ) : int
Résultat int

getKeys() public méthode

public getKeys ( ) : global::java.util.List
Résultat global::java.util.List

getMinWidth() public méthode

public getMinWidth ( ) : int
Résultat int

getModifierKeys() public méthode

public getModifierKeys ( ) : global::java.util.List
Résultat global::java.util.List

getNearestKeys() public méthode

public getNearestKeys ( int arg0, int arg1 ) : int[]
arg0 int
arg1 int
Résultat int[]

getShiftKeyIndex() public méthode

public getShiftKeyIndex ( ) : int
Résultat int

getVerticalGap() protected méthode

protected getVerticalGap ( ) : int
Résultat int

isShifted() public méthode

public isShifted ( ) : bool
Résultat bool

setHorizontalGap() protected méthode

protected setHorizontalGap ( int arg0 ) : void
arg0 int
Résultat void

setKeyHeight() protected méthode

protected setKeyHeight ( int arg0 ) : void
arg0 int
Résultat void

setKeyWidth() protected méthode

protected setKeyWidth ( int arg0 ) : void
arg0 int
Résultat void

setShifted() public méthode

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

setVerticalGap() protected méthode

protected setVerticalGap ( int arg0 ) : void
arg0 int
Résultat void