Package org.robolectric.shadows
Class ShadowKeyCharacterMap
java.lang.Object
org.robolectric.shadows.ShadowKeyCharacterMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static KeyCharacterMap
load
(int deviceId) protected static char
nativeGetCharacter
(long ptr, int keyCode, int metaState) protected static char
nativeGetDisplayLabel
(long ptr, int keyCode) protected static KeyEvent[]
nativeGetEvents
(long ptr, char[] chars) protected static int
nativeGetKeyboardType
(long ptr) protected static char
nativeGetNumber
(long ptr, int keyCode)
-
Constructor Details
-
ShadowKeyCharacterMap
public ShadowKeyCharacterMap()
-
-
Method Details
-
load
-
nativeGetEvents
-
nativeGetKeyboardType
-
nativeGetCharacter
-
nativeGetDisplayLabel
-
nativeGetNumber
-