public interface InputMethodSettingsInterface
Modifier and Type | Method and Description |
---|---|
void |
setInputMethodSettingsCategoryTitle(CharSequence title)
Sets the title for the input method settings category with a CharSequence.
|
void |
setInputMethodSettingsCategoryTitle(int resId)
Sets the title for the input method settings category with a resource ID.
|
void |
setSubtypeEnablerIcon(Drawable drawable)
Sets the icon for the Preference for launching subtype enabler with a Drawable.
|
void |
setSubtypeEnablerIcon(int resId)
Sets the icon for the preference for launching subtype enabler with a resource ID.
|
void |
setSubtypeEnablerTitle(CharSequence title)
Sets the title for the input method enabler preference for launching subtype enabler with a
CharSequence.
|
void |
setSubtypeEnablerTitle(int resId)
Sets the title for the input method enabler preference for launching subtype enabler with a
resource ID.
|
void setInputMethodSettingsCategoryTitle(int resId)
resId
- The resource ID of the title.void setInputMethodSettingsCategoryTitle(CharSequence title)
title
- The title for this preference.void setSubtypeEnablerTitle(int resId)
resId
- The resource ID of the title.void setSubtypeEnablerTitle(CharSequence title)
title
- The title for this preference.void setSubtypeEnablerIcon(int resId)
resId
- The resource id of an optional icon for the preference.void setSubtypeEnablerIcon(Drawable drawable)
drawable
- The drawable of an optional icon for the preference.