OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:childcheckboxpref
(Results
1 - 1
of
1
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java
140
CheckBoxPreference
childCheckBoxPref
= new CheckBoxPreference(this);
141
childCheckBoxPref
.setTitle(R.string.title_child_preference);
142
childCheckBoxPref
.setSummary(R.string.summary_child_preference);
143
childCheckBoxPref
.setLayoutResource(
146
prefAttrsCat.addPreference(
childCheckBoxPref
);
Completed in 64 milliseconds