/build/tools/droiddoc/templates-sdk-dev/ |
D | footer.cs | 73 <section class="dac-swap-section dac-active dac-down"> 76 </section> 77 <section class="dac-swap-section dac-up"> 79 </section> 83 <section class="dac-swap-section dac-active dac-left"> 86 <section class="dac-modal-content"> 161 </section> 170 </section> 171 <section class="dac-swap-section dac-right"> 175 </section> [all …]
|
/build/tools/droiddoc/templates-sdk/ |
D | footer.cs | 67 <section class="dac-swap-section dac-active dac-down"> 70 </section> 71 <section class="dac-swap-section dac-up"> 73 </section> 77 <section class="dac-swap-section dac-active dac-left"> 79 <section class="dac-modal-content">
|
/build/tools/droiddoc/templates-sdk-refonly/ |
D | footer.cs | 67 <section class="dac-swap-section dac-active dac-down"> 70 </section> 71 <section class="dac-swap-section dac-up"> 73 </section> 77 <section class="dac-swap-section dac-active dac-left"> 79 <section class="dac-modal-content">
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 120 function writeCookie(cookie, val, section, expiration) { argument 122 section = section == null ? "_" : "_"+section+"_"; 128 …document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; p… 317 var section = basePath.substring(1,basePath.indexOf("/",1)); 318 writeCookie("height", resizePackagesNav.css("height"), section, null); 374 var section = basePath.substring(1,basePath.indexOf("/",1)); 375 section = section.indexOf("training") != -1 ? "resources" : section; 376 writeCookie("width", sidenavWidth, section, null);
|
/build/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 235 /* section header divs */ 236 /* expanded section header divs */ 246 #nav li.selected .nav-section-header a { 249 #nav .nav-section-header { 253 /* section header links */ } 254 #nav .nav-section-header a { 258 #nav .nav-section-header:after { 267 #nav .nav-section-header.empty:after { 269 #nav li.expanded .nav-section-header { 271 #nav li.expanded .nav-section-header:after { [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 1695 h2.api-section { 1699 h2.api-section+hr { 3041 so this section aligns with the text above */ 3098 the details section for constants, 4180 .landing-section { 4189 .landing-section { 4197 .landing-short-section { 4293 .landing-section-header { 4297 .landing-hero-wrap .landing-section-header { 5064 /* Styling for background image including tinting and section icons in stacks */ [all …]
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 479 /* section header divs */ 480 /* expanded section header divs */ 492 #nav .nav-section-header { 502 #nav .nav-section .nav-section .nav-section-header { 505 /* section header links */ 510 #nav .nav-section-header:after { 519 #nav .nav-section-header.empty { 521 #nav .nav-section-header.empty:after { 524 #nav .nav-section .nav-section { 528 #nav .nav-section li a { [all …]
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 262 /* section header divs */ 263 /* expanded section header divs */ 275 #nav .nav-section-header { 279 #nav li.selected a, #nav li.selected > .nav-section-header > a { 285 #nav .nav-section .nav-section .nav-section-header { 288 /* section header links */ 294 #nav .nav-section-header:after { 303 #nav .nav-section-header.empty { 305 #nav .nav-section-header.empty:after { 308 #nav .nav-section .nav-section { [all …]
|
/build/tools/droiddoc/templates-sdk-refonly/assets/css/ |
D | default.css | 479 /* section header divs */ 480 /* expanded section header divs */ 492 #nav .nav-section-header { 502 #nav .nav-section .nav-section .nav-section-header { 505 /* section header links */ 510 #nav .nav-section-header:after { 519 #nav .nav-section-header.empty { 521 #nav .nav-section-header.empty:after { 524 #nav .nav-section .nav-section { 528 #nav .nav-section li a { [all …]
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 716 var section = $(this).closest('li.nav-section'); 717 if (section.hasClass('expanded')) { 719 section.find('ul').slideUp(250, function() { 721 section.closest('li').removeClass('expanded'); 722 $('li.nav-section', section).removeClass('expanded'); 732 section.closest('li').addClass('expanded'); 733 section.children('ul').slideDown(250, function() { 981 var section = basePath.substring(1,basePath.indexOf("/",1)); 982 writeCookie("height", resizePackagesNav.css("height"), section); 1063 function writeCookie(cookie, val, section) { argument [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | docs.js | 285 var section = $(this).closest('li.nav-section'); 286 if (section.hasClass('expanded')) { 288 section.find('ul').slideUp(250, function() { 290 section.closest('li').removeClass('expanded'); 291 $('li.nav-section', section).removeClass('expanded'); 300 section.closest('li').addClass('expanded'); 301 section.children('ul').slideDown(250); 402 function writeCookie(cookie, val, section) { argument 404 section = section == null ? "_" : "_" + section + "_"; 406 var cookieValue = cookie_namespace + section + cookie + "=" + val + [all …]
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 378 var section = $(this).closest('li.nav-section'); 379 if (section.hasClass('expanded')) { 385 section.children('ul').slideUp(250, function() { 386 section.closest('li').removeClass('expanded'); 396 section.closest('li').addClass('expanded'); 397 section.children('ul').slideDown(250, function() { 793 var section = basePath.substring(1,basePath.indexOf("/",1)); 794 writeCookie("height", resizePackagesNav.css("height"), section, null); 871 function writeCookie(cookie, val, section, expiration) { argument 873 section = section == null ? "_" : "_"+section+"_"; [all …]
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 673 var section = $(this).closest('li.nav-section'); 674 if (section.hasClass('expanded')) { 676 section.find('ul').slideUp(250, function() { 678 section.closest('li').removeClass('expanded'); 679 $('li.nav-section', section).removeClass('expanded'); 689 section.closest('li').addClass('expanded'); 690 section.children('ul').slideDown(250, function() { 950 var section = basePath.substring(1,basePath.indexOf("/",1)); 951 writeCookie("height", resizePackagesNav.css("height"), section); 1033 function writeCookie(cookie, val, section) { argument [all …]
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 304 var section = $(this).closest('li.nav-section'); 305 if (section.hasClass('expanded')) { 311 section.children('ul').slideUp(250, function() { 312 section.closest('li').removeClass('expanded'); 322 section.closest('li').addClass('expanded'); 323 section.children('ul').slideDown(250, function() { 728 var section = basePath.substring(1,basePath.indexOf("/",1)); 729 writeCookie("height", resizePackagesNav.css("height"), section, null); 806 function writeCookie(cookie, val, section, expiration) { argument 808 section = section == null ? "_" : "_"+section+"_"; [all …]
|
/build/tools/droiddoc/templates-sdk-refonly/assets/js/ |
D | docs.js | 673 var section = $(this).closest('li.nav-section'); 674 if (section.hasClass('expanded')) { 676 section.find('ul').slideUp(250, function() { 678 section.closest('li').removeClass('expanded'); 679 $('li.nav-section', section).removeClass('expanded'); 689 section.closest('li').addClass('expanded'); 690 section.children('ul').slideDown(250, function() { 950 var section = basePath.substring(1,basePath.indexOf("/",1)); 951 writeCookie("height", resizePackagesNav.css("height"), section); 1033 function writeCookie(cookie, val, section) { argument [all …]
|
/build/tools/droiddoc/templates-ndk/components/ |
D | masthead.cs | 108 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs 154 <?cs if:!section.landing ?><li class="current"><?cs var:page.title ?></li><?cs
|
/build/tools/droiddoc/templates-sdk-refonly/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-sac/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-ds/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | GPL-LICENSE.txt | 124 Thus, it is not the intent of this section to claim rights or contest 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 215 It is not the purpose of this section to induce you to infringe any 217 such claims; this section has the sole purpose of protecting the 226 This section is intended to make thoroughly clear what is believed to
|
/build/core/ |
D | LINUX_KERNEL_COPYING | 140 Thus, it is not the intent of this section to claim rights or contest 226 If any portion of this section is held invalid or unenforceable under 227 any particular circumstance, the balance of the section is intended to 228 apply and the section as a whole is intended to apply in other 231 It is not the purpose of this section to induce you to infringe any 233 such claims; this section has the sole purpose of protecting the 242 This section is intended to make thoroughly clear what is believed to
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 267 /* section header divs */ 268 /* expanded section header divs */ 280 #nav .nav-section-header { 284 #nav li.selected a, #nav li.selected > .nav-section-header > a { 290 #nav .nav-section .nav-section .nav-section-header { 293 /* section header links */ 299 #nav .nav-section-header:after { 308 #nav .nav-section-header.empty:after { 311 #nav .nav-section .nav-section { 315 #nav .nav-section li a { [all …]
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | default.css | 263 /* section header divs */ 264 /* expanded section header divs */ 276 #nav .nav-section-header { 280 #nav li.selected a, #nav li.selected > .nav-section-header > a { 286 #nav .nav-section .nav-section .nav-section-header { 289 /* section header links */ 295 #nav .nav-section-header:after { 304 #nav .nav-section-header.empty:after { 307 #nav .nav-section .nav-section { 311 #nav .nav-section li a { [all …]
|