FileDocCategorySizeDatePackage
Keyboard.javaAPI DocAndroid 5.1 API4463Sat Mar 14 14:09:34 GMT 2015android.inputmethodservice

Keyboard

public class Keyboard extends Object

Fields Summary
public static final int
EDGE_BOTTOM
public static final int
EDGE_LEFT
public static final int
EDGE_RIGHT
public static final int
EDGE_TOP
public static final int
KEYCODE_ALT
public static final int
KEYCODE_CANCEL
public static final int
KEYCODE_DELETE
public static final int
KEYCODE_DONE
public static final int
KEYCODE_MODE_CHANGE
public static final int
KEYCODE_SHIFT
Constructors Summary
public Keyboard(android.content.Context context, int xmlLayoutResId)


       throw new RuntimeException("Stub!"); 
public Keyboard(android.content.Context context, int xmlLayoutResId, int modeId, int width, int height)

 throw new RuntimeException("Stub!"); 
public Keyboard(android.content.Context context, int xmlLayoutResId, int modeId)

 throw new RuntimeException("Stub!"); 
public Keyboard(android.content.Context context, int layoutTemplateResId, CharSequence characters, int columns, int horizontalPadding)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected android.inputmethodservice.Keyboard$KeycreateKeyFromXml(android.content.res.Resources res, android.inputmethodservice.Keyboard$Row parent, int x, int y, android.content.res.XmlResourceParser parser)

 throw new RuntimeException("Stub!"); 
protected android.inputmethodservice.Keyboard$RowcreateRowFromXml(android.content.res.Resources res, android.content.res.XmlResourceParser parser)

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
protected intgetHorizontalGap()

 throw new RuntimeException("Stub!"); 
protected intgetKeyHeight()

 throw new RuntimeException("Stub!"); 
protected intgetKeyWidth()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetKeys()

 throw new RuntimeException("Stub!"); 
public intgetMinWidth()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetModifierKeys()

 throw new RuntimeException("Stub!"); 
public int[]getNearestKeys(int x, int y)

 throw new RuntimeException("Stub!"); 
public intgetShiftKeyIndex()

 throw new RuntimeException("Stub!"); 
protected intgetVerticalGap()

 throw new RuntimeException("Stub!"); 
public booleanisShifted()

 throw new RuntimeException("Stub!"); 
protected voidsetHorizontalGap(int gap)

 throw new RuntimeException("Stub!"); 
protected voidsetKeyHeight(int height)

 throw new RuntimeException("Stub!"); 
protected voidsetKeyWidth(int width)

 throw new RuntimeException("Stub!"); 
public booleansetShifted(boolean shiftState)

 throw new RuntimeException("Stub!"); 
protected voidsetVerticalGap(int gap)

 throw new RuntimeException("Stub!");