Searched refs:HasCustomContentDescription (Results 1 – 16 of 16) sorted by relevance
26 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;33 HasCustomContentDescription {
22 public interface HasCustomContentDescription { interface
33 HasCustomContentDescription {
32 HasCustomContentDescription {
32 implements HasCustomContentDescription {
19 import static com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTIO…
30 import static com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTIO…260 if (preference instanceof HasCustomContentDescription) { in getPreference()261 ((HasCustomContentDescription) preference).setContentDescription( in getPreference()268 ((HasCustomContentDescription) preference).setContentDescription( in getPreference()
28 implements HasCustomContentDescription {
30 HasCustomContentDescription {
36 public class InfoPreference extends Preference implements HasCustomContentDescription {
459 if ((oldPref instanceof HasCustomContentDescription) in updatePreferenceScreen()460 && (newPref instanceof HasCustomContentDescription)) { in updatePreferenceScreen()461 ((HasCustomContentDescription) oldPref).setContentDescription( in updatePreferenceScreen()462 ((HasCustomContentDescription) newPref) in updatePreferenceScreen()
35 HasCustomContentDescription {
71 import com.android.tv.twopanelsettings.slices.HasCustomContentDescription;1230 HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR in appendErrorToContentDescription()1232 + HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + errorMessage; in appendErrorToContentDescription()
1521 Lcom/android/tv/twopanelsettings/slices/HasCustomContentDescription;