Searched refs:height (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 13 height: 100%; 34 height: 80px; 37 line-height: 48px; 52 height: 0; 56 height: 1px; } 64 line-height: 15px; } 72 min-height: 10px; 134 height: 0; 138 height: 1px; } 186 height: 10px; } [all …]
|
D | default.js | 97 $oldUl.css('height', $oldUl.height() + 'px'); 109 var expandedHeight = $ul.height(); 148 targetRect.height = $target.height(); 152 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 91 var windowHeight = ($(window).height() - HEADER_HEIGHT); 93 $("#swapper").css({height:swapperHeight + "px"}); property 94 sidenav.css({height:windowHeight + "px"}); property 95 content.css({height:windowHeight + "px"}); property 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property 97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"}); property 98 …$("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for … property 99 devdocNav.css({height:sidenav.css("height")}); property 100 $("#nav-tree").css({height:swapperHeight + "px"}); property 308 var windowHeight = ($(window).height() - HEADER_HEIGHT); [all …]
|
D | android-developer-core.css | 70 line-height:1em; 84 line-height:inherit; /* fixes vertical scrolling in webkit */ 93 line-height:1.3em; 187 height:5px; 207 height: 114px; 220 height:50px; 236 height: 29px; 255 height: 29px; 303 height:13px; 321 height:45px; [all …]
|
D | style.css | 45 line-height: 110%; 56 line-height: 110%; 67 line-height: 110%; 73 line-height: 110%; 84 line-height: 110%; 94 line-height: 110%; 103 line-height: 110%; 192 line-height: 120%; 230 line-height: 120%; 235 line-height: 120%; [all …]
|
D | jquery-resizable.min.js | 19 …able>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"… property 40 …height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));thi… property
|
D | android-developer-docs.css | 19 line-height: 15px; 39 height:270px; 41 max-height:100%; 45 height:270px; 46 max-height:inherit; 131 height:16px; 220 line-height:10px; 248 line-height:1em; 276 height:50px; 404 height:0; [all …]
|
D | jquery-1.6.2.min.js | 16 …height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).do… property 18 …height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0… property
|
/build/soong/ui/terminal/ |
D | util.go | 41 func termSize(w io.Writer) (width int, height int, ok bool) {
|
D | smart_status.go | 224 _, height, _ := termSize(s.writer) 226 fmt.Fprintf(s.writer, ansi.setCursor(height-s.tableHeight, 1))
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 213 height: 48px; 251 height: 100%; 323 height: 100%;
|