Searched refs:mContentDescription (Results 1 – 5 of 5) sorted by relevance
37 private CharSequence mContentDescription; field in LinkablePreference69 if (mContentDescription != null) { in onBindViewHolder()71 contentBuilder.append(mContentDescription); in onBindViewHolder()100 mContentDescription = contentDescription; in setText()112 mContentDescription = null; in setTitle()122 mContentDescription = null; in setTitle()
38 private final CharSequence mContentDescription; field in DimmableIconPreference46 mContentDescription = null; in DimmableIconPreference()52 mContentDescription = contentDescription; in DimmableIconPreference()67 if (!TextUtils.isEmpty(mContentDescription)) { in onBindViewHolder()69 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
27 private String mContentDescription; field in AccessiblePreferenceCategory34 mContentDescription = contentDescription; in setContentDescription()41 view.itemView.setContentDescription(mContentDescription); in onBindViewHolder()
42 private CharSequence mContentDescription; field in PowerGaugePreference64 mContentDescription = contentDescription; in PowerGaugePreference()69 mContentDescription = name; in setContentDescription()102 if (mContentDescription != null) { in onBindViewHolder()104 titleView.setContentDescription(mContentDescription); in onBindViewHolder()
118 private String mContentDescription; field in ConversationItemViewModel242 mContentDescription = null; in resetContentDescription()250 if (mContentDescription == null) { in getContentDescription()300 mContentDescription = context.getString(res, toHeader, participant, in getContentDescription()304 return mContentDescription; in getContentDescription()