Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 9 of 9) sorted by relevance

/build/tools/droiddoc/src/
DClassInfo.java576 AttributeInfo attr = attrs.get(field); in selfAttributes() local
577 if (attr == null) { in selfAttributes()
578 attr = new AttributeInfo(this, field); in selfAttributes()
579 attrs.put(field, attr); in selfAttributes()
581 tag.setAttribute(attr); in selfAttributes()
590 AttributeInfo attr = attrs.get(field); in selfAttributes() local
591 if (attr == null) { in selfAttributes()
592 attr = new AttributeInfo(this, field); in selfAttributes()
593 attrs.put(field, attr); in selfAttributes()
595 tag.setAttribute(attr); in selfAttributes()
[all …]
DAttributeInfo.java57 for (AttrTagInfo attr: attrField.comment().attrTags()) { in comment()
58 Comment c = attr.description(); in comment()
/build/tools/droiddoc/templates/assets/
Dandroid-developer-reference.js18 $("#apiLevelSelector").attr("disabled","disabled");
32 $("#apiLevelSelector").attr("disabled","disabled");
34 $("#apiLevelCheckbox").attr("checked","checked");
38 minLevel = $("body").attr("class");
41 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);
84 var className = obj.attr("class");
89 …if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+"…
Dandroid-developer-docs.js363 $(".toggle-img", li).attr("title", "hide pages");
368 $(".toggle-img", li).attr("title", "show pages");
486 $("#language").find("option[value='"+lang+"']").attr("selected",true);
491 var lang = $("#language").find(":selected").attr("value");
Djquery-resizable.min.js12attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0…
19attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop==…
29attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(… function
/build/tools/signapk/
DSignApk.java209 Attributes attr = null; in addDigestsToManifest() local
210 if (input != null) attr = input.getAttributes(name); in addDigestsToManifest()
211 attr = attr != null ? new Attributes(attr) : new Attributes(); in addDigestsToManifest()
212 attr.putValue("SHA1-Digest", base64.encode(md.digest())); in addDigestsToManifest()
213 output.getEntries().put(name, attr); in addDigestsToManifest()
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js279 $(".toggle-img", li).attr("title", "hide pages");
284 $(".toggle-img", li).attr("title", "show pages");
439 $("#language").find("option[value='"+lang+"']").attr("selected",true);
444 var lang = $("#language").find(":selected").attr("value");
/build/tools/droiddoc/templates/
Dclass.cs226 <?cs each:attr=attrs ?>
228 …d ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:incl…
229 <td class="jd-linkcol"><?cs each:m=attr.methods ?>
233 <td class="jd-descrcol" width="100%"><?cs call:short_descr(attr) ?>&nbsp;</td>
521 <?cs each:attr=attrs ?>
526 <h4 class="jd-details-title"><?cs var:attr.name ?>
529 <?cs call:since_tags(attr) ?>
532 <?cs call:description(attr) ?>
537 <?cs each:m=attr.methods ?>
Dmacros.cs150 each:attr=obj.attrRefs ?>
151 … <li><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs var:attr.name ?></a></li><?cs