Searched refs:contentDescription (Results 1 – 10 of 10) sorted by relevance
85 private CharSequence contentDescription = null; field in ShadowView161 public void setContentDescription(CharSequence contentDescription) { in setContentDescription() argument162 this.contentDescription = contentDescription; in setContentDescription()177 return contentDescription; in getContentDescription()877 String contentDescription = attributeSet.getAttributeValue("android", "contentDescription"); in applyContentDescriptionAttribute() local878 if (contentDescription != null) { in applyContentDescriptionAttribute()879 if (contentDescription.startsWith("@string/")) { in applyContentDescriptionAttribute()881 contentDescription = context.getResources().getString(resId); in applyContentDescriptionAttribute()883 setContentDescription(contentDescription); in applyContentDescriptionAttribute()
85 public static MatchFinder contentDescription(String contentDescription) { in contentDescription() method in By86 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription)); in contentDescription()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...