Searched refs:sidenav (Results 1 - 5 of 5) sorted by relevance

/build/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js4 var sidenav; variable
84 sidenav.css({width:navWidth});
94 sidenav.css({height:windowHeight + "px"});
99 devdocNav.css({height:sidenav.css("height")});
136 sidenav = $("#side-nav");
341 $("#devdoc-nav").css({height:sidenav.css("height")});
356 var sidenav = $("#side-nav");
357 if (sidenav.length) {
358 var sidenavWidth = sidenav.css("width");
372 if (sidenav
[all...]
/build/tools/droiddoc/templates-ds/assets/js/
H A Ddocs.js3 var sidenav; variable
141 // select current page in sidenav and set up prev/next links if they exist
338 setNavBarLeftPos(); // do this even if sidenav isn't fixed because it could become fixed
339 // make sidenav behave when resizing the window and side-scolling is a concern
368 // ... except if the document content is shorter than the sidenav height.
375 // When the sidenav is fixed and user scrolls horizontally, reposition the sidenav to match
477 // Revise the sidenav widths to make room for the scrollbar
479 var $sidenav = $("#side-nav");
480 var sidenav_width = parseInt($sidenav
[all...]
/build/tools/droiddoc/templates-sac/assets/js/
H A Ddocs.js3 var sidenav; variable
198 // select current page in sidenav and header, and set up prev/next links if they exist
203 // Find this page's <li> in sidenav and set selected
412 setNavBarLeftPos(); // do this even if sidenav isn't fixed because it could become fixed
413 // make sidenav behave when resizing the window and side-scolling is a concern
442 // ... except if the document content is shorter than the sidenav height.
449 // When the sidenav is fixed and user scrolls horizontally, reposition the sidenav to match
551 // Revise the sidenav widths to make room for the scrollbar
553 var $sidenav
[all...]
/build/tools/droiddoc/templates-sdk/assets/js/
H A Ddocs.js3 var sidenav; variable
239 // set global variable so we can highlight the sidenav a bit later (such as for google reference)
240 // and highlight the sidenav
427 setNavBarLeftPos(); // do this even if sidenav isn't fixed because it could become fixed
428 // make sidenav behave when resizing the window and side-scolling is a concern
495 // Revise the sidenav widths to make room for the scrollbar
497 var $sidenav = $("#side-nav");
498 var sidenav_width = parseInt($sidenav.innerWidth());
610 /** Highlight the current page in sidenav, expanding children as appropriate */
616 // look for URL in sidenav, includin
[all...]
/build/tools/droiddoc/templates-sdk-dyn/assets/js/
H A Ddocs.js3 var sidenav; variable
223 // set global variable so we can highlight the sidenav a bit later (such as for google reference)
224 // and highlight the sidenav
399 setNavBarLeftPos(); // do this even if sidenav isn't fixed because it could become fixed
400 // make sidenav behave when resizing the window and side-scolling is a concern
467 // Revise the sidenav widths to make room for the scrollbar
469 var $sidenav = $("#side-nav");
470 var sidenav_width = parseInt($sidenav.innerWidth());
578 /** Highlight the current page in sidenav, expanding children as appropriate */
584 // look for URL in sidenav, includin
[all...]

Completed in 29 milliseconds