Searched defs:RadioButtonPreference (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
H A DRadioButtonPreference.java32 * the widget to RadioButton to make it "look like" a RadioButtonPreference.
35 * implementation. When you check one RadioButtonPreference, if you want to
38 public class RadioButtonPreference extends CheckBoxPreference { class in inherits:CheckBoxPreference
40 void onRadioButtonClicked(RadioButtonPreference emiter);
45 public RadioButtonPreference(Context context, AttributeSet attrs, int defStyle) { method in class:RadioButtonPreference
50 public RadioButtonPreference(Context context, AttributeSet attrs) { method in class:RadioButtonPreference
56 public RadioButtonPreference(Context context) { method in class:RadioButtonPreference
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DRadioButtonPreference.java30 public class RadioButtonPreference extends Preference { class in inherits:Preference
37 public void onRadioButtonClicked(RadioButtonPreference preference);
50 public RadioButtonPreference(final Context context) { method in class:RadioButtonPreference
54 public RadioButtonPreference(final Context context, final AttributeSet attrs) { method in class:RadioButtonPreference
58 public RadioButtonPreference(final Context context, final AttributeSet attrs, method in class:RadioButtonPreference

Completed in 105 milliseconds