Searched refs:mContentDescription (Results 1 – 5 of 5) sorted by relevance
36 private final CharSequence mContentDescription; field in DimmableIconPreference41 mContentDescription = contentDescription; in DimmableIconPreference()47 mContentDescription = contentDescription; in DimmableIconPreference()52 mContentDescription = contentDescription; in DimmableIconPreference()78 if (!TextUtils.isEmpty(mContentDescription)) { in onBindView()80 titleView.setContentDescription(mContentDescription); in onBindView()
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()
38 private final CharSequence mContentDescription; field in PowerGaugePreference46 mContentDescription = contentDescription; in PowerGaugePreference()69 if (mContentDescription != null) { in onBindView()71 titleView.setContentDescription(mContentDescription); in onBindView()
104 private String mContentDescription; field in SettingsLayoutFragment.Builder116 args.putString(EXTRA_CONTENT_DESCRIPTION, mContentDescription); in build()138 mContentDescription = description; in description()
102 private String mContentDescription; field in DialogFragment.Builder116 args.putString(EXTRA_CONTENT_DESCRIPTION, mContentDescription); in build()139 mContentDescription = description; in description()