File
Doc
Category
Size
Date
Package
Keyboard.java
API Doc
Android 5.1 API
4463
Sat Mar 14 14:09:34 GMT 2015
android.inputmethodservice
Keyboard
java.lang.Object
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$Key
createKeyFromXml
(
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$Row
createRowFromXml
(
android.content.res.Resources
res,
android.content.res.XmlResourceParser
parser)
throw new RuntimeException("Stub!");
public
int
getHeight
()
throw new RuntimeException("Stub!");
protected
int
getHorizontalGap
()
throw new RuntimeException("Stub!");
protected
int
getKeyHeight
()
throw new RuntimeException("Stub!");
protected
int
getKeyWidth
()
throw new RuntimeException("Stub!");
public
java.util.List
getKeys
()
throw new RuntimeException("Stub!");
public
int
getMinWidth
()
throw new RuntimeException("Stub!");
public
java.util.List
getModifierKeys
()
throw new RuntimeException("Stub!");
public
int
[]
getNearestKeys
(
int
x,
int
y)
throw new RuntimeException("Stub!");
public
int
getShiftKeyIndex
()
throw new RuntimeException("Stub!");
protected
int
getVerticalGap
()
throw new RuntimeException("Stub!");
public
boolean
isShifted
()
throw new RuntimeException("Stub!");
protected void
setHorizontalGap
(
int
gap)
throw new RuntimeException("Stub!");
protected void
setKeyHeight
(
int
height)
throw new RuntimeException("Stub!");
protected void
setKeyWidth
(
int
width)
throw new RuntimeException("Stub!");
public
boolean
setShifted
(
boolean
shiftState)
throw new RuntimeException("Stub!");
protected void
setVerticalGap
(
int
gap)
throw new RuntimeException("Stub!");
Java Code Source