Home | History | Annotate | Download | only in view

Lines Matching refs:mContentDescription

3401     private CharSequence mContentDescription;
6440 event.setContentDescription(mContentDescription);
7178 return mContentDescription;
7199 if (mContentDescription == null) {
7203 } else if (mContentDescription.equals(contentDescription)) {
7206 mContentDescription = contentDescription;
8812 && (mContentDescription != null && mContentDescription.length() > 0)) {
8814 String contentDescriptionLowerCase = mContentDescription.toString().toLowerCase();