|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.inputmethod.InputMethodSubtype
public final class InputMethodSubtype
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<InputMethodSubtype> |
CREATOR
|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
InputMethodSubtype(int nameId,
int iconId,
String locale,
String mode,
String extraValue,
boolean isAuxiliary,
boolean overridesImplicitlyEnabledSubtype)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Parcelable.Creator<InputMethodSubtype> CREATOR
| Constructor Detail |
|---|
public InputMethodSubtype(int nameId,
int iconId,
String locale,
String mode,
String extraValue,
boolean isAuxiliary,
boolean overridesImplicitlyEnabledSubtype)
| Method Detail |
|---|
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 String getExtraValueOf(String key)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int describeContents()
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int parcelableFlags)
writeToParcel in interface Parcelable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||