Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DCustomContentDescriptionSwitchPreference.java26 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;
33 HasCustomContentDescription {
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/settings/
DInfoSlicePreference.java30 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;
37 public class InfoSlicePreference extends Preference implements HasCustomContentDescription {
DSlicePreferencesUtil.java30 import static com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTIO…
55 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;
288 if (preference instanceof HasCustomContentDescription) { in getPreference()
289 ((HasCustomContentDescription) preference).setContentDescription( in getPreference()
296 ((HasCustomContentDescription) preference).setContentDescription( in getPreference()
DSliceFragment.java70 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;
480 if ((oldPref instanceof HasCustomContentDescription) in updatePreferenceScreen()
481 && (newPref instanceof HasCustomContentDescription)) { in updatePreferenceScreen()
482 ((HasCustomContentDescription) oldPref).setContentDescription( in updatePreferenceScreen()
483 ((HasCustomContentDescription) newPref) in updatePreferenceScreen()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSlicePreferenceUtil.kt263HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + infoText.toString() in getPreference()
269 HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + infoSummary in getPreference()
278 if (preference is HasCustomContentDescription) { in getPreference()
279 (preference as HasCustomContentDescription).contentDescription = in getPreference()
287 (preference as HasCustomContentDescription).contentDescription = in getPreference()
DHasCustomContentDescription.java22 public interface HasCustomContentDescription { interface
DCustomContentDescriptionPreference.java32 HasCustomContentDescription {
DCustomContentDescriptionPreferenceCategory.java31 implements HasCustomContentDescription {
DCustomContentDescriptionRestrictedPreference.java33 HasCustomContentDescription {
DCustomContentDescriptionUtil.java19 import static com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTIO…
DSliceShard.kt475 if ((oldPref is HasCustomContentDescription) in <lambda>()
476 && (newPref is HasCustomContentDescription) in <lambda>()
478 (oldPref as HasCustomContentDescription).contentDescription = in <lambda>()
479 (newPref as HasCustomContentDescription) in <lambda>()
DEmbeddedSlicePreference.kt28 HasCustomContentDescription {
DSliceRadioPreference.java31 HasCustomContentDescription {
DInfoPreference.java36 public class InfoPreference extends Preference implements HasCustomContentDescription {
DSliceCheckboxPreference.java33 HasCustomContentDescription {
DSliceSwitchPreference.java33 HasCustomContentDescription {
DSlicePreference.java35 HasCustomContentDescription {
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java73 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;
1239 HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR in appendErrorToContentDescription()
1241 + HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + errorMessage; in appendErrorToContentDescription()
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt1521 Lcom/android/tv/twopanelsettings/slices/HasCustomContentDescription;