Home
last modified time | relevance | path

Searched refs:htmlTextPreference (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragment.java217 final HtmlTextPreference htmlTextPreference = new HtmlTextPreference(getPrefContext()); in onViewCreated() local
218 htmlTextPreference.setSummary(mHtmlDescription); in onViewCreated()
219 htmlTextPreference.setImageGetter(mImageGetter); in onViewCreated()
220 htmlTextPreference.setSelectable(false); in onViewCreated()
221 introductionCategory.addPreference(htmlTextPreference); in onViewCreated()