Methods Summary |
---|
public void | setInputMethodSettingsCategoryTitle(int resId)Sets the title for the input method settings category with a resource ID.
|
public void | setInputMethodSettingsCategoryTitle(java.lang.CharSequence title)Sets the title for the input method settings category with a CharSequence.
|
public void | setSubtypeEnablerIcon(int resId)Sets the icon for the preference for launching subtype enabler with a resource ID.
|
public void | setSubtypeEnablerIcon(android.graphics.drawable.Drawable drawable)Sets the icon for the Preference for launching subtype enabler with a Drawable.
|
public void | setSubtypeEnablerTitle(int resId)Sets the title for the input method enabler preference for launching subtype enabler with a
resource ID.
|
public void | setSubtypeEnablerTitle(java.lang.CharSequence title)Sets the title for the input method enabler preference for launching subtype enabler with a
CharSequence.
|