Searched refs:SpellCheckerPreference (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckersSettings.java36 import com.android.settings.inputmethod.SpellCheckerPreference.OnRadioButtonPreferenceListener;
76 final SpellCheckerPreference pref = new SpellCheckerPreference(context, sci, this);
117 if (preference instanceof SpellCheckerPreference) {
118 final SpellCheckerPreference pref = (SpellCheckerPreference)preference;
147 public void onRadioButtonClicked(final SpellCheckerPreference pref) {
205 private void showSecurityWarnDialog(final SpellCheckerPreference pref) {
H A DSpellCheckerPreference.java40 class SpellCheckerPreference extends Preference implements OnClickListener { class in inherits:Preference,OnClickListener
51 public void onRadioButtonClicked(SpellCheckerPreference pref);
62 public SpellCheckerPreference(final Context context, final SpellCheckerInfo sci, method in class:SpellCheckerPreference

Completed in 195 milliseconds