Searched refs:getJavaDoc (Results 1 – 9 of 9) sorted by relevance
71 info.getJavaDoc()); in testLoadViewAttributes()112 assertEquals("Deprecated comments using delimiters.", attrs[0].getJavaDoc()); in testDeprecated()117 assertEquals("Deprecated comments on their own line.", attrs[1].getJavaDoc()); in testDeprecated()121 assertEquals("This attribute is not deprecated.", attrs[2].getJavaDoc()); in testDeprecated()125 assertEquals("", attrs[3].getJavaDoc()); in testDeprecated()
112 public String getJavaDoc() { in getJavaDoc() method in DeclareStyleableInfo.AttributeInfo168 public String getJavaDoc() { in getJavaDoc() method in DeclareStyleableInfo
114 public String getJavaDoc() { in getJavaDoc() method in ViewClassInfo
141 info.setJavaDoc(style.getJavaDoc()); in loadViewAttributes()
248 element.setTooltip(style.getJavaDoc());327 String tooltip = info.getJavaDoc();
166 element.setTooltip(style.getJavaDoc()); in updateElement()
142 String tooltip = info.getJavaDoc(); in convertView()
381 elemDesc.setTooltip(style.getJavaDoc()); in inflateElement()
150 String rawTooltip = info.getJavaDoc(); in appendAttribute()