FileDocCategorySizeDatePackage
InputMethodSettingsInterface.javaAPI DocAndroid 5.1 API2284Thu Mar 12 22:22:52 GMT 2015com.android.inputmethodcommon

InputMethodSettingsInterface

public interface InputMethodSettingsInterface
InputMethodSettingsInterface is the interface for adding IME related preferences to PreferenceActivity or PreferenceFragment.

Fields Summary
Constructors Summary
Methods Summary
public voidsetInputMethodSettingsCategoryTitle(int resId)
Sets the title for the input method settings category with a resource ID.

param
resId The resource ID of the title.

public voidsetInputMethodSettingsCategoryTitle(java.lang.CharSequence title)
Sets the title for the input method settings category with a CharSequence.

param
title The title for this preference.

public voidsetSubtypeEnablerIcon(int resId)
Sets the icon for the preference for launching subtype enabler with a resource ID.

param
resId The resource id of an optional icon for the preference.

public voidsetSubtypeEnablerIcon(android.graphics.drawable.Drawable drawable)
Sets the icon for the Preference for launching subtype enabler with a Drawable.

param
drawable The drawable of an optional icon for the preference.

public voidsetSubtypeEnablerTitle(int resId)
Sets the title for the input method enabler preference for launching subtype enabler with a resource ID.

param
resId The resource ID of the title.

public voidsetSubtypeEnablerTitle(java.lang.CharSequence title)
Sets the title for the input method enabler preference for launching subtype enabler with a CharSequence.

param
title The title for this preference.