Home | History | Annotate | Download | only in view

Lines Matching defs:KeyCharacterMap

32 public class KeyCharacterMap implements Parcelable {
275 public static final Parcelable.Creator<KeyCharacterMap> CREATOR =
276 new Parcelable.Creator<KeyCharacterMap>() {
277 public KeyCharacterMap createFromParcel(Parcel in) {
278 return new KeyCharacterMap(in);
280 public KeyCharacterMap[] newArray(int size) {
281 return new KeyCharacterMap[size];
300 private KeyCharacterMap(Parcel in) {
306 throw new RuntimeException("Could not read KeyCharacterMap from parcel.");
311 private KeyCharacterMap(long ptr) {
332 public static KeyCharacterMap load(int deviceId) {
520 * @deprecated instead use {@link KeyCharacterMap#getDisplayLabel(int)},
521 * {@link KeyCharacterMap#getNumber(int)} and {@link KeyCharacterMap#get(int, int)}.
557 * @deprecated instead use {@link KeyCharacterMap#getDisplayLabel(int)},
558 * {@link KeyCharacterMap#getNumber(int)} or {@link KeyCharacterMap#get(int, int)}.
728 * Thrown by {@link KeyCharacterMap#load} when a key character map could not be loaded.