org.solovyev.android.keyboard
Class LatinKeyboard

java.lang.Object
  extended by android.inputmethodservice.Keyboard
      extended by org.solovyev.android.keyboard.LatinKeyboard

public class LatinKeyboard
extends android.inputmethodservice.Keyboard


Nested Class Summary
 
Nested classes/interfaces inherited from class android.inputmethodservice.Keyboard
android.inputmethodservice.Keyboard.Key, android.inputmethodservice.Keyboard.Row
 
Field Summary
 
Fields inherited from class android.inputmethodservice.Keyboard
EDGE_BOTTOM, EDGE_LEFT, EDGE_RIGHT, EDGE_TOP, KEYCODE_ALT, KEYCODE_CANCEL, KEYCODE_DELETE, KEYCODE_DONE, KEYCODE_MODE_CHANGE, KEYCODE_SHIFT
 
Constructor Summary
LatinKeyboard(android.content.Context context, int xmlLayoutResId)
           
LatinKeyboard(android.content.Context context, int layoutTemplateResId, CharSequence characters, int columns, int horizontalPadding)
           
 
Method Summary
protected  android.inputmethodservice.Keyboard.Key createKeyFromXml(android.content.res.Resources res, android.inputmethodservice.Keyboard.Row parent, int x, int y, android.content.res.XmlResourceParser parser)
           
 
Methods inherited from class android.inputmethodservice.Keyboard
createRowFromXml, getHeight, getHorizontalGap, getKeyHeight, getKeys, getKeyWidth, getMinWidth, getModifierKeys, getNearestKeys, getShiftKeyIndex, getVerticalGap, isShifted, setHorizontalGap, setKeyHeight, setKeyWidth, setShifted, setVerticalGap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatinKeyboard

public LatinKeyboard(android.content.Context context,
                     int xmlLayoutResId)

LatinKeyboard

public LatinKeyboard(android.content.Context context,
                     int layoutTemplateResId,
                     CharSequence characters,
                     int columns,
                     int horizontalPadding)
Method Detail

createKeyFromXml

protected android.inputmethodservice.Keyboard.Key createKeyFromXml(android.content.res.Resources res,
                                                                   android.inputmethodservice.Keyboard.Row parent,
                                                                   int x,
                                                                   int y,
                                                                   android.content.res.XmlResourceParser parser)
Overrides:
createKeyFromXml in class android.inputmethodservice.Keyboard


Copyright © 2013. All Rights Reserved.