/frameworks/base/docs/html/design/ |
design_toc.cs | 4 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/index.html">Get Started</a></div> 6 <li><a href="<?cs var:toroot ?>design/get-started/creative-vision.html">Creative Vision</a></li> 7 <li><a href="<?cs var:toroot ?>design/get-started/principles.html">Design Principles</a></li> 8 <li><a href="<?cs var:toroot ?>design/get-started/ui-overview.html">UI Overview</a></li> 13 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/style/index.html">Style</a></div> 15 <li><a href="<?cs var:toroot ?>design/style/devices-displays.html">Devices and Displays</a></li> 16 <li><a href="<?cs var:toroot ?>design/style/themes.html">Themes</a></li> 17 <li><a href="<?cs var:toroot ?>design/style/touch-feedback.html">Touch Feedback</a></li> 18 <li><a href="<?cs var:toroot ?>design/style/metrics-grids.html">Metrics and Grids</a></li> 19 <li><a href="<?cs var:toroot ?>design/style/typography.html">Typography</a></li [all...] |
/frameworks/base/docs/html/training/ |
training_toc.cs | 6 <a href="<?cs var:toroot ?>training/index.html"> 14 <a href="<?cs var:toroot ?>training/basics/firstapp/index.html" 21 <li><a href="<?cs var:toroot ?>training/basics/firstapp/creating-project.html"> 25 <li><a href="<?cs var:toroot ?>training/basics/firstapp/running-app.html"> 29 <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html"> 33 <li><a href="<?cs var:toroot ?>training/basics/firstapp/starting-activity.html"> 42 <a href="<?cs var:toroot ?>training/basics/activity-lifecycle/index.html" 49 <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/starting.html"> 53 <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/pausing.html"> 57 <li><a href="<?cs var:toroot ?>training/basics/activity-lifecycle/stopping.html" [all...] |
/build/tools/droiddoc/templates-ds/ |
trailer.cs | 22 <link href="<?cs var:toroot ?>assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css"> 23 <script src="<?cs var:toroot ?>assets/js/grid/960.gridder.js" type="text/javascript"></script>
|
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
|
customizations.cs | 298 init_default_navtree("<?cs var:toroot ?>"); 341 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content 349 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html"> 356 <a href="<?cs var:toroot ?>about/index.html">About Android</a> | 357 <a href="<?cs var:toroot ?>legal.html">Legal</a> | 358 <a href="<?cs var:toroot ?>support.html">Support</a> 367 <script src="<?cs var:toroot ?>timestamp.js" type="text/javascript"></script>
|
class.cs | 95 ?><br>Deprecated since <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels" 194 <span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?cs call:parameter_list(method.params) ?>)</nobr> 212 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 224 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 240 <td class="jd-linkcol"><?cs if:included ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:included ?></a><?cs /if ?></td> 242 <?cs call:cond_link(m.name, toroot, m.href, included) ?> 313 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?> 337 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, cl.included) ?> </td> 364 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?> 400 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ? [all...] |
/external/doclava/src/com/google/doclava/ |
ClearPage.java | 47 public static String toroot = null; field in class:ClearPage 95 String toroot; local 96 if (ClearPage.toroot != null) { 97 toroot = ClearPage.toroot; 101 toroot = ""; 103 toroot += "../"; 106 toroot = "./"; 109 data.setValue("toroot", toroot); [all...] |
SeeTagInfo.java | 59 if (ClearPage.toroot != null) { 60 data.setValue("toroot", ClearPage.toroot);
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 81 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>"); 146 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 155 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 168 a.href = me.toroot + link; 206 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 225 function this_page_relative(toroot) 229 if (toroot.substr(0, 1) == "/") { 230 if (full.substr(0, toroot.length) == toroot) { 231 return full.substr(toroot.length) [all...] |
search_autocomplete.js | 22 function set_row_values(toroot, row, match) 26 link.href = toroot + match.link 30 function sync_selection_table(toroot) 78 set_row_values(toroot, r, gMatches[i]); 104 function search_changed(e, kd, toroot) 113 window.location = toroot + gMatches[gSelectedIndex].link; 124 sync_selection_table(toroot); 133 sync_selection_table(toroot); 156 sync_selection_table(toroot); 264 document.location = toRoot + 'search.html#q=' + query + '&t=0' [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>"); 127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png"; 149 a.href = me.toroot + link; 187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png"; 206 function this_page_relative(toroot) 210 if (toroot.substr(0, 1) == "/") { 211 if (full.substr(0, toroot.length) == toroot) { 212 return full.substr(toroot.length) [all...] |
search_autocomplete.js | 22 function set_row_values(toroot, row, match) 26 link.href = toroot + match.link 30 function sync_selection_table(toroot) 78 set_row_values(toroot, r, gMatches[i]); 104 function search_changed(e, kd, toroot) 113 window.location = toroot + gMatches[gSelectedIndex].link; 124 sync_selection_table(toroot); 133 sync_selection_table(toroot); 156 sync_selection_table(toroot); 264 document.location = toRoot + 'search.html#q=' + query + '&t=0' [all...] |
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 52 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> | 53 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr> 87 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> | 88 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr> 98 init_default_navtree("<?cs var:toroot ?>"); 130 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content 138 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
|
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
|
sdkpage.cs | 7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs 10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 26 <a href="<?cs var:toroot ?>sdk/<?cs 87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what 154 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p> 221 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
|
customizations.cs | 299 init_default_navtree("<?cs var:toroot ?>"); 342 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content 350 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html"> 357 <a href="<?cs var:toroot ?>source/index.html">About Android</a> | 358 <a href="<?cs var:toroot ?>source/community/index.html">Community</a> | 359 <a href="<?cs var:toroot ?>legal.html">Legal</a> | 369 <script src="<?cs var:toroot ?>timestamp.js" type="text/javascript"></script>
|
class.cs | 95 ?><br>Deprecated since <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels" 194 <span class="sympad"><?cs call:cond_link(method.name, toroot, method.href, included) ?></span>(<?cs call:parameter_list(method.params) ?>)</nobr> 212 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 224 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, included) ?></td> 240 <td class="jd-linkcol"><?cs if:included ?><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs /if ?><?cs var:attr.name ?><?cs if:included ?></a><?cs /if ?></td> 242 <?cs call:cond_link(m.name, toroot, m.href, included) ?> 313 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?> 337 <td class="jd-linkcol"><?cs call:cond_link(field.name, toroot, field.href, cl.included) ?> </td> 364 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ?> 400 <?cs call:cond_link(cl.qualified, toroot, cl.link, cl.included) ? [all...] |
/build/tools/droiddoc/templates-sdk/ |
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
|
customizations.cs | 298 init_default_navtree("<?cs var:toroot ?>"); 341 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content 349 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html"> 356 <a href="<?cs var:toroot ?>about/index.html">About Android</a> | 357 <a href="<?cs var:toroot ?>legal.html">Legal</a> | 358 <a href="<?cs var:toroot ?>support.html">Support</a> 367 <script src="<?cs var:toroot ?>timestamp.js" type="text/javascript"></script>
|
/external/doclava/res/assets/templates/ |
macros.cs | 3 <a href="<?cs var:toroot ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs 24 else ?><a href="<?cs var:toroot ?><?cs var:type.link ?>"><?cs var:type.label ?></a><?cs 73 elif:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs var:tag.label ?></a></code><?cs 76 elif:tag.kind == "@value" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs var:tag.text ?></a></code><?cs 81 elif:tag.kind == "@docRoot" ?><?cs var:toroot ?><?cs 138 if:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs 153 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs 177 <li><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs var:attr.name ?></a></li><?cs 268 src="<?cs var:toroot ?>assets/images/triangle-<?cs var:default ?>.png"
|
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 11 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1)); 21 $.getScript(toRoot + 'reference/lists.js'); 23 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 26 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 63 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)}); 358 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>'); 363 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>'); 1044 init_default_navtree(toRoot); [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 12 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1)); 26 $.getScript(toRoot + 'reference/jd_lists.js'); 28 $.getScript(toRoot + 'reference/lists.js'); 30 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 33 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 337 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>'); 342 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>'); 1005 init_default_navtree(toRoot); [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 11 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1)); 40 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)}); 284 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>'); 289 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>'); 604 lists.setAttribute("src", toRoot+"reference/lists.js"); 979 init_default_navtree(toRoot); [all...] |
/docs/source.android.com/ |
Android.mk | 14 -toroot / \
|