Searched refs:HasCustomContentDescription (Results 1 – 19 of 19) sorted by relevance
26 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;33 HasCustomContentDescription {
30 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;37 public class InfoSlicePreference extends Preference implements HasCustomContentDescription {
30 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()
70 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()
263 … HasCustomContentDescription.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()
22 public interface HasCustomContentDescription { interface
32 HasCustomContentDescription {
31 implements HasCustomContentDescription {
33 HasCustomContentDescription {
19 import static com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTIO…
475 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>()
28 HasCustomContentDescription {
31 HasCustomContentDescription {
36 public class InfoPreference extends Preference implements HasCustomContentDescription {
35 HasCustomContentDescription {
73 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;1239 HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR in appendErrorToContentDescription()1241 + HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + errorMessage; in appendErrorToContentDescription()
1521 Lcom/android/tv/twopanelsettings/slices/HasCustomContentDescription;