@Implements(value=android.view.KeyCharacterMap.class) public class ShadowKeyCharacterMap extends java.lang.Object
Constructor and Description |
---|
ShadowKeyCharacterMap() |
Modifier and Type | Method and Description |
---|---|
protected int |
get(int keyCode,
int metaState) |
android.view.KeyEvent |
getDownEvent(char a) |
protected android.view.KeyEvent[] |
getEvents(char[] charArray) |
protected int |
getKeyboardType() |
android.view.KeyEvent |
getUpEvent(char a) |
protected static android.view.KeyCharacterMap |
load(int deviceId) |
@Implementation protected static android.view.KeyCharacterMap load(int deviceId)
@Implementation protected android.view.KeyEvent[] getEvents(char[] charArray)
@Implementation protected int getKeyboardType()
@Implementation protected int get(int keyCode, int metaState)
public android.view.KeyEvent getDownEvent(char a)
public android.view.KeyEvent getUpEvent(char a)