Searched refs:htmlFooterPreference (Results 1 – 1 of 1) sorted by relevance
469 final AccessibilityFooterPreference htmlFooterPreference = in initHtmlTextPreference() local471 htmlFooterPreference.setKey(KEY_HTML_DESCRIPTION_PREFERENCE); in initHtmlTextPreference()472 htmlFooterPreference.setSummary(htmlDescription); in initHtmlTextPreference()473 htmlFooterPreference.setContentDescription( in initHtmlTextPreference()478 htmlFooterPreference.setLearnMoreAction(view -> { in initHtmlTextPreference()487 htmlFooterPreference.setLearnMoreContentDescription(learnMoreContentDescription); in initHtmlTextPreference()488 htmlFooterPreference.setLinkEnabled(true); in initHtmlTextPreference()490 htmlFooterPreference.setLinkEnabled(false); in initHtmlTextPreference()492 screen.addPreference(htmlFooterPreference); in initHtmlTextPreference()