Searched refs:mContentDescription (Results 1 – 8 of 8) sorted by relevance
41 private CharSequence mContentDescription; field in LinkablePreference74 if (mContentDescription != null) { in onBindViewHolder()76 contentBuilder.append(mContentDescription); in onBindViewHolder()104 mContentDescription = contentDescription; in setText()116 mContentDescription = null; in setTitle()126 mContentDescription = null; in setTitle()
40 private CharSequence mContentDescription; field in PowerGaugePreference65 mContentDescription = contentDescription; in PowerGaugePreference()70 mContentDescription = name; in setContentDescription()117 if (mContentDescription != null) { in onBindViewHolder()119 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
48 private final CharSequence mContentDescription; field in SystemShortcut57 mContentDescription = null; in SystemShortcut()64 mContentDescription = contentDescription; in SystemShortcut()75 mContentDescription = other.mContentDescription; in SystemShortcut()115 return mContentDescription != null ? mContentDescription : context.getText(mLabelResId); in getContentDescription()
28 private String mContentDescription; field in AccessiblePreferenceCategory35 mContentDescription = contentDescription; in setContentDescription()42 view.itemView.setContentDescription(mContentDescription); in onBindViewHolder()
90 private CharSequence mContentDescription; field in ThemeBundle247 if (mContentDescription == null) { in getContentDescription()250 mContentDescription = defaultName; in getContentDescription()257 mContentDescription = context.getString(R.string.theme_description, in getContentDescription()264 return mContentDescription; in getContentDescription()