Home | History | Annotate | Download | only in js

Lines Matching refs:HEIGHT

408   /* Resize nav height when window height changes */
440 // we set the navbar fixed when the scroll position is beyond the height of the site header...
442 // ... except if the document content is shorter than the sidenav height.
444 if ($("#doc-col").height() < $("#side-nav").height()) {
523 targetRect.height = $target.height();
527 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN
682 /* ######### RESIZE THE SIDENAV HEIGHT ########## */
689 // Get the height of entire window and the total header height.
691 var windowHeight = $window.height();
697 // get the height of space between nav and top of window.
702 // Depending on whether the header is visible, set the side nav's height.
704 // The sidenav height grows as the header goes off screen
707 // Once header is off screen, the nav height is almost full window height
715 // subtract the height of the api level widget and nav swapper from the available nav height
718 $("#swapper").css({height:navHeight + "px"});
720 $("#nav-tree").css({height:navHeight});
723 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
726 // if the window becomes small enough to make the class panel height 0,
729 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
730 $("#packages-nav").css({height:navHeight - 10});
733 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
734 $("#classes-nav .jspContainer").css({height:classesHeight});
738 $nav.height(navHeight);
789 /* Resize the height of the nav panels in the reference,
794 writeCookie("height", resizePackagesNav.css("height"), section, null);
800 $("#resize-packages-nav").height(packageHeight);
801 $("#packages-nav").height(packageHeight);
803 // $("#classes-nav").css({height:classesHeight});
804 // $("#classes-nav .jspContainer").css({height:classesHeight});
809 /* ######### END RESIZE THE SIDENAV HEIGHT ########## */
827 if (selectedOffset + 90 > $nav.height()) { // add 90 so that we scroll up even
829 api.scrollTo(0, selectedOffset - ($nav.height() / 4), false); // scroll the item into view
1057 // Gross nasty hack to make tree view show up upon first swap by setting height manually
1059 .css({'height':$("#nav-tree .jspContainer .jspPane").height() +'px'});
1060 // Another nasty hack to make the scrollbar appear now that we have height
1264 var sizeCss = o.vertical ? "height" : "width";
1279 var liSize = o.vertical ? height(li) : width(li);
1283 li.css({width: li.width(), height: li.height()});
1398 function height(el) {
1501 function height(el) {