Searched refs:alt (Results 1 – 4 of 4) sorted by relevance
36 public void setAlt(String alt) in setAlt() argument
198 public void setAlt(String alt) throws DOMException { in setAlt() argument199 this.setAttribute("alt", alt); in setAlt()
266 private void setSummary(String preference, String property, String alt) { in setSummary() argument269 SystemProperties.get(property, alt)); in setSummary()
559 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); in updateIndicator()