OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RadioButtonPreference
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/location/
RadioButtonPreference.java
31
* the widget to RadioButton to make it "look like" a
RadioButtonPreference
.
34
* implementation. When you check one
RadioButtonPreference
, if you want to
37
public class
RadioButtonPreference
extends CheckBoxPreference {
39
public abstract void onRadioButtonClicked(
RadioButtonPreference
emiter);
44
public
RadioButtonPreference
(Context context, AttributeSet attrs, int defStyle) {
49
public
RadioButtonPreference
(Context context, AttributeSet attrs) {
53
public
RadioButtonPreference
(Context context) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
RadioButtonPreference.java
30
public class
RadioButtonPreference
extends Preference {
37
public void onRadioButtonClicked(
RadioButtonPreference
preference);
50
public
RadioButtonPreference
(final Context context) {
54
public
RadioButtonPreference
(final Context context, final AttributeSet attrs) {
58
public
RadioButtonPreference
(final Context context, final AttributeSet attrs,
Completed in 203 milliseconds