android.view.textservice
Class SpellCheckerSubtype
java.lang.Object
android.view.textservice.SpellCheckerSubtype
- All Implemented Interfaces:
- Parcelable
public final class SpellCheckerSubtype
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<SpellCheckerSubtype> CREATOR
SpellCheckerSubtype
public SpellCheckerSubtype(int nameId,
String locale,
String extraValue)
getNameResId
public int getNameResId()
getLocale
public String getLocale()
getExtraValue
public String getExtraValue()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getDisplayName
public CharSequence getDisplayName(Context context,
String packageName,
ApplicationInfo appInfo)
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.