Searched refs:getJavaDoc (Results 1 – 11 of 11) sorted by relevance
70 info.getJavaDoc()); in testLoadViewAttributes()111 assertEquals("Deprecated comments using delimiters.", attrs[0].getJavaDoc()); in testDeprecated()116 assertEquals("Deprecated comments on their own line.", attrs[1].getJavaDoc()); in testDeprecated()120 assertEquals("This attribute is not deprecated.", attrs[2].getJavaDoc()); in testDeprecated()124 assertEquals("", attrs[3].getJavaDoc()); in testDeprecated()
55 public String getJavaDoc(); in getJavaDoc() method
63 public String getJavaDoc() { in getJavaDoc() method in DeclareStyleableInfo
91 public String getJavaDoc() { in getJavaDoc() method in AttributeInfo
113 public String getJavaDoc() { in getJavaDoc() method in ViewClassInfo
140 info.setJavaDoc(style.getJavaDoc()); in loadViewAttributes()
247 element.setTooltip(style.getJavaDoc());326 String tooltip = info.getJavaDoc();
166 element.setTooltip(style.getJavaDoc()); in updateElement()
180 String tooltip = info.getJavaDoc(); in convertView()
389 elemDesc.setTooltip(style.getJavaDoc()); in inflateElement()
150 String rawTooltip = info.getJavaDoc(); in appendAttribute()