Home
last modified time | relevance | path

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

12

/build/make/tools/droiddoc/templates-ndk/assets/css/
Dfullscreen.css7 width:100%;
25 width: 100%;
26 min-width:600px;
32 width: 103.06748466257669%}
60 width: 4.16666666666667%;
63 width: 10.4166666666667%;
66 width: 16.6666666666667%;
69 width: 22.9166666666667%;
72 width: 29.1666666666667%;
75 width: 35.4166666666667%;
[all …]
Ddefault.css34 width: 940px;
75 width: 160px;
91 width:auto;
110 width: 760px;
174 width: 40px; }
177 width: 100px; }
180 width: 160px; }
183 width: 220px; }
186 width: 280px; }
189 width: 340px; }
[all …]
/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 …]
Djquery-resizable.min.js19width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property
40width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
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%;
Djquery-1.6.2.min.js16width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDoc… property
18width"],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/
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/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css165 border-width:0;
204 width:100%;
211 min-width:675px; /* min width for the tabs, before they wrap */
222 width:180px;
256 width: 94px;
337 width:930px;
373 width: 600px;
397 width: 581px;
404 width: 300px;
414 width: 100%;
[all …]
/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/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2477 …+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;positio… property
2479 …untimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.…
2614width(aj);Y=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="… property
2615width(l+"px");aa=0}function F(){if(aE&&az){var aI=G.outerHeight(),s=ap.outerWidth();t-=aI;b(am).fi…
2658width(),m=h.height(),n={top:0,left:0}):i.setTimeout?(l=h.width(),m=h.height(),n={top:h.scrollTop()… property
2662width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zInd… property
2666width:this.element[0].offsetWidth,height:this.element[0].offsetHeight},a.ui.ddmanager.droppables[b… property
2670width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
2674width:0,height:0}),d.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(functi… property
2678width()-(b.pageX-a(document).scrollLeft())<c.scrollSensitivity&&(d=a(document).scrollLeft(a(docume… property
[all …]
Ddocs.js489 targetRect.width = $target.width();
649 width: videoWidth, property
1145 var width = $('#devdoc-nav').width();
1148 .css({'width':width+'px'}) property
1537 var liSize = o.vertical ? height(li) : width(li);
1541 li.css({width: li.width(), height: li.height()}); property
1653 function width(el) { function
1724 var content_width = $(frame).find('ul').width();
1756 function width(el) { function
2820 $dragBar.css({'width': $dragBar.parent().width() - 5 + "px"}); property
[all …]
/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/make/tools/droiddoc/templates-ndk/
Dclass.cs197 <td class="jd-linkcol" width="100%"><nobr>
220 <td class="jd-descrcol" width="100%">
235 <td class="jd-descrcol" width="100%">
258 <td class="jd-descrcol" width="100%">
278 <td class="jd-descrcol" width="100%">
Dpackages.cs32 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
Dmacros_override.cs28 <td class="jd-descrcol" width="100%">
Dclasses.cs36 <td class="jd-descrcol" width="100%">
Ddesignpage.cs106 ….doubleclick.net/activityi;src=2507573;type=other026;cat=googl348;ord=1?" width="1" height="1" fra…
Dsampleindex.cs45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
/build/make/tools/droiddoc/templates-ndk/assets/design/
Ddefault.js147 targetRect.width = $target.width();
/build/soong/cmd/soong_build/
Dwritedocs.go211 width: 100%
300 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid;
302 span.fixed{display: block; float: left; clear: left; width: 1em;}
307 width: 30ch;
/build/make/tools/droiddoc/templates-ndk/components/
Dmasthead.cs61 width="123" height="25" alt="Android Developers" />

12