Searched refs:getJavaDoc (Results 1 – 14 of 14) sorted by relevance
64 info.getJavaDoc()); in testLoadViewAttributes()105 assertEquals("Deprecated comments using delimiters.", attrs[0].getJavaDoc()); in testDeprecated()110 assertEquals("Deprecated comments on their own line.", attrs[1].getJavaDoc()); in testDeprecated()114 assertEquals("This attribute is not deprecated.", attrs[2].getJavaDoc()); in testDeprecated()118 assertEquals("", attrs[3].getJavaDoc()); in testDeprecated()
56 mJavaDoc = existing.getJavaDoc(); in DeclareStyleableInfo()84 public String getJavaDoc() { in getJavaDoc() method in DeclareStyleableInfo
113 public String getJavaDoc() { in getJavaDoc() method in ViewClassInfo
132 public @NonNull String getJavaDoc() { in getJavaDoc() method in AttributeInfo
199 info.setJavaDoc(style.getJavaDoc()); in loadViewAttributes()
68 public @NonNull String getJavaDoc() { in getJavaDoc() method in TestAttributeInfo
257 element.setTooltip(style.getJavaDoc());336 String tooltip = info.getJavaDoc();
169 element.setTooltip(style.getJavaDoc()); in updateElement()
159 element.setTooltip(style.getJavaDoc()); in addElement()
153 pairs.add(Pair.of(d.getXmlLocalName(), d.getAttributeInfo().getJavaDoc())); in computeAttributeValues()
161 String rawTooltip = info.getJavaDoc(); in getTooltip()
155 return attributeInfo.getJavaDoc(); in getAdditionalProposalInfo()
233 String tooltip = info.getJavaDoc(); in convertView()
429 elemDesc.setTooltip(style.getJavaDoc()); in inflateElement()