Searched refs:width (Results 1 – 14 of 14) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 164 border-width:0; 203 width:100%; 210 min-width:675px; /* min width for the tabs, before they wrap */ 254 width: 94px; 335 width:930px; 371 width: 600px; 395 width: 581px; 402 width: 300px; 412 width: 100%; 434 width: 100%; [all …]
|
D | android-developer-docs.css | 132 width:15px; 210 width: 100%; 286 width:95%; /* consistent table widths; within IE's quirks */ 309 max-width:968px; 344 max-width:70%; 403 width:555px; 410 width:450px; 506 width:1em; 706 width:auto; 868 /* width must be defined w/ an inline style matching the image width */ [all …]
|
D | jquery-resizable.min.js | 19 …width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property 40 …width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
|
D | android-developer-docs.js | 77 var windowWidth = $(window).width() + "px"; 81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property 84 sidenav.css({width:navWidth}); property 85 resizePackagesNav.css({width:navWidth}); property 86 classesNav.css({width:navWidth}); property 87 $("#packages-nav").css({width:navWidth}); property 355 var windowWidth = $(window).width() + "px"; 365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property 368 resizePackagesNav.css({width:sidenavWidth}); property 369 classesNav.css({width:sidenavWidth}); property [all …]
|
D | style.css | 170 width: 10px; 302 width: 100%;
|
D | jquery-1.6.2.min.js | 16 …width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDoc… property 18 …width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return b… property
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 30 width: 940px; 71 width: 160px; 77 width: 160px; } 84 width: 760px; 147 width: 40px; } 150 width: 100px; } 153 width: 160px; } 156 width: 220px; } 159 width: 280px; } 162 width: 340px; } [all …]
|
D | default.js | 147 targetRect.width = $target.width();
|
/build/make/tools/ |
D | parsedeps.py | 129 width = 0 132 if len(t.tgt) > width: 133 width = len(t.tgt) 137 print t.tgt, " " * (width-len(t.tgt)), " #", t.pos
|
/build/soong/ui/terminal/ |
D | smart_status.go | 251 func elide(str string, width int) string { 252 if width > 0 && len(str) > width { 255 str = str[:width]
|
D | util.go | 41 func termSize(w io.Writer) (width int, height int, ok bool) {
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 224 width: 100% 313 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid; 315 span.fixed{display: block; float: left; clear: left; width: 1em;} 320 width: 30ch;
|
/build/soong/ |
D | README.md | 428 value_variables: ["width"], 440 variables `board`, `feature` and `width`, which can affect properties `cflags` 445 * value variable (e.g. `width`): the variable is unspecified 457 $(call soong_config_set,acme,width,200) 492 width: { 518 width \ 532 width \
|
/build/soong/scripts/hiddenapi/ |
D | analyze_bcpf.py | 1393 lines = textwrap.wrap(text.strip("\n"), width=77 - len(indent))
|