public final class InputMethodSubtype extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<InputMethodSubtype> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
InputMethodSubtype(int nameId,
int iconId,
String locale,
String mode,
String extraValue,
boolean isAuxiliary,
boolean overridesImplicitlyEnabledSubtype) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsExtraValueKey(String key) |
int |
describeContents() |
boolean |
equals(Object o) |
CharSequence |
getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo) |
String |
getExtraValue() |
String |
getExtraValueOf(String key) |
int |
getIconResId() |
String |
getLocale() |
String |
getMode() |
int |
getNameResId() |
int |
hashCode() |
boolean |
isAuxiliary() |
boolean |
overridesImplicitlyEnabledSubtype() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
public static final Parcelable.Creator<InputMethodSubtype> CREATOR
public int getNameResId()
public int getIconResId()
public String getLocale()
public String getMode()
public String getExtraValue()
public boolean isAuxiliary()
public boolean overridesImplicitlyEnabledSubtype()
public CharSequence getDisplayName(Context context, String packageName, ApplicationInfo appInfo)
public boolean containsExtraValueKey(String key)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.