android.view.inputmethod
Class InputMethodSubtype

java.lang.Object
  extended by android.view.inputmethod.InputMethodSubtype
All Implemented Interfaces:
Parcelable

public final class InputMethodSubtype
extends Object
implements Parcelable


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

CREATOR

public static final Parcelable.Creator<InputMethodSubtype> CREATOR
Constructor Detail

InputMethodSubtype

public InputMethodSubtype(int nameId,
                          int iconId,
                          String locale,
                          String mode,
                          String extraValue,
                          boolean isAuxiliary,
                          boolean overridesImplicitlyEnabledSubtype)
Method Detail

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.