Home | History | Annotate | Download | only in view

Lines Matching refs:mContentDescription

2832     private CharSequence mContentDescription;
4837 event.setContentDescription(mContentDescription);
5042 if (mContentDescription != null && mContentDescription.length() > 0) {
5217 return mContentDescription;
5233 if (mContentDescription == null) {
5237 } else if (mContentDescription.equals(contentDescription)) {
5240 mContentDescription = contentDescription;
6423 && (mContentDescription != null && mContentDescription.length() > 0)) {
6425 String contentDescriptionLowerCase = mContentDescription.toString().toLowerCase();