android.view.inputmethod
Class InputMethodSubtype
java.lang.Object
android.view.inputmethod.InputMethodSubtype
- All Implemented Interfaces:
- Parcelable
public final class InputMethodSubtype
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<InputMethodSubtype> CREATOR
InputMethodSubtype
public InputMethodSubtype(int nameId,
int iconId,
String locale,
String mode,
String extraValue,
boolean isAuxiliary,
boolean overridesImplicitlyEnabledSubtype)
getNameResId
public int getNameResId()
getIconResId
public int getIconResId()
getLocale
public String getLocale()
getMode
public String getMode()
getExtraValue
public String getExtraValue()
isAuxiliary
public boolean isAuxiliary()
overridesImplicitlyEnabledSubtype
public boolean overridesImplicitlyEnabledSubtype()
getDisplayName
public CharSequence getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo)
containsExtraValueKey
public boolean containsExtraValueKey(String key)
getExtraValueOf
public String getExtraValueOf(String key)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int parcelableFlags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.