Searched refs:mDropDown (Results 1 – 1 of 1) sorted by relevance
48 protected DropDownPreference mDropDown; field in SettingPref77 mDropDown = (DropDownPreference) p; in init()84 mDropDown.setEntries(entries); in init()85 mDropDown.setEntryValues(values); in init()98 if (mDropDown != null) { in init()105 return mDropDown; in init()126 } else if (mDropDown != null) { in update()127 mDropDown.setValue(Integer.toString(val)); in update()