Home
last modified time | relevance | path

Searched refs:width (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-core.css164 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 …]
Dandroid-developer-docs.css132 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 …]
Dandroid-developer-docs.js77 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 …]
Dstyle.css170 width: 10px;
302 width: 100%;
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css30 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 …]
Ddefault.js147 targetRect.width = $target.width();
/build/make/tools/
Dparsedeps.py129 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/
Dsmart_status.go246 func elide(str string, width int) string {
247 if width > 0 && len(str) > width {
250 str = str[:width]
Dutil.go41 func termSize(w io.Writer) (width int, height int, ok bool) {
/build/soong/cmd/soong_build/
Dwritedocs.go223 width: 100%
312 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid;
314 span.fixed{display: block; float: left; clear: left; width: 1em;}
319 width: 30ch;