Home | History | Annotate | Download | only in js

Lines Matching refs:HEIGHT

346             + ' width="64" height="64" alt=""/>');
352 + ' width="64" height="64" alt=""/>');
371 /* Resize nav height when window height changes */
403 // we set the navbar fixed when the scroll position is beyond the height of the site header...
405 // ... except if the document content is shorter than the sidenav height.
407 if ($("#doc-col").height() < $("#side-nav").height()) {
479 targetRect.height = $target.height();
483 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN
697 /* ######### RESIZE THE SIDENAV HEIGHT ########## */
704 // Get the height of entire window and the total header height.
706 var windowHeight = $window.height();
712 // get the height of space between nav and top of window.
717 // Depending on whether the header is visible, set the side nav's height.
719 // The sidenav height grows as the header goes off screen
722 // Once header is off screen, the nav height is almost full window height
730 // subtract the height of the api level widget and nav swapper from the available nav height
733 $("#swapper").css({height:navHeight + "px"});
735 $("#nav-tree").css({height:navHeight});
738 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
741 // if the window becomes small enough to make the class panel height 0,
744 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
745 $("#packages-nav").css({height:navHeight - 10});
748 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
749 $("#classes-nav .jspContainer").css({height:classesHeight});
753 $nav.height(navHeight);
804 /* Resize the height of the nav panels in the reference,
809 writeCookie("height", resizePackagesNav.css("height"), section, null);
815 $("#resize-packages-nav").height(packageHeight);
816 $("#packages-nav").height(packageHeight);
818 // $("#classes-nav").css({height:classesHeight});
819 // $("#classes-nav .jspContainer").css({height:classesHeight});
824 /* ######### END RESIZE THE SIDENAV HEIGHT ########## */
846 if (selectedOffset > $nav.height() * .8) { // multiply nav height by .8 so we move up the item
848 // scroll the item up by an amount equal to 80% the container nav's height
849 api.scrollTo(0, selectedOffset - ($nav.height() * .8), false);
1040 // Gross nasty hack to make tree view show up upon first swap by setting height manually
1042 .css({'height':$("#nav-tree .jspContainer .jspPane").height() +'px'});
1043 // Another nasty hack to make the scrollbar appear now that we have height
1249 var sizeCss = o.vertical ? "height" : "width";
1264 var liSize = o.vertical ? height(li) : width(li);
1268 li.css({width: li.width(), height: li.height()});
1383 function height(el) {
1486 function height(el) {