File
Doc
Category
Size
Date
Package
InputMethodSubtype.java
API Doc
Android 5.1 API
3802
Sat Mar 14 14:09:42 GMT 2015
android.view.inputmethod
InputMethodSubtype
java.lang.Object
public final class InputMethodSubtype extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public InputMethodSubtype
(
int
nameId,
int
iconId,
String
locale,
String
mode,
String
extraValue,
boolean
isAuxiliary,
boolean
overridesImplicitlyEnabledSubtype)
throw new RuntimeException("Stub!");
public InputMethodSubtype
(
int
nameId,
int
iconId,
String
locale,
String
mode,
String
extraValue,
boolean
isAuxiliary,
boolean
overridesImplicitlyEnabledSubtype,
int
id)
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
containsExtraValueKey
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
boolean
equals
(
java.lang.Object
o)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getDisplayName
(
android.content.Context
context,
java.lang.String
packageName,
android.content.pm.ApplicationInfo
appInfo)
throw new RuntimeException("Stub!");
public
java.lang.String
getExtraValue
()
throw new RuntimeException("Stub!");
public
java.lang.String
getExtraValueOf
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
int
getIconResId
()
throw new RuntimeException("Stub!");
public
java.lang.String
getLocale
()
throw new RuntimeException("Stub!");
public
java.lang.String
getMode
()
throw new RuntimeException("Stub!");
public
int
getNameResId
()
throw new RuntimeException("Stub!");
public
int
hashCode
()
throw new RuntimeException("Stub!");
public
boolean
isAsciiCapable
()
throw new RuntimeException("Stub!");
public
boolean
isAuxiliary
()
throw new RuntimeException("Stub!");
public
boolean
overridesImplicitlyEnabledSubtype
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
parcelableFlags)
throw new RuntimeException("Stub!");
Java Code Source