Home
last modified time | relevance | path

Searched refs:marginRight (Results 1 – 20 of 20) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DBoxModel.java28 private float marginRight; field in BoxModel
44 public BoxModel(float marginLeft, float marginTop, float marginRight, float marginBottom, in BoxModel() argument
48 this.marginRight = marginRight; in BoxModel()
115 return marginRight; in getMarginRight()
118 public void setMarginRight(float marginRight) { in setMarginRight() argument
119 this.marginRight = marginRight; in setMarginRight()
DBoxModelable.java56 public void setMarginRight(float marginRight); in setMarginRight() argument
/external/adhd/scripts/volume_tuning/
Dvolume.js73 var marginRight = 30;
78 canvas.width = w + marginLeft + marginRight;
95 ctx.lineTo(w + marginRight / 2, 0);
151 ctx.lineTo(w + marginRight / 2, y);
/external/pdfium/fxjs/xfa/
Dcjx_para.h22 JS_PROP(marginRight);
Dcjx_para.cpp33 void CJX_Para::marginRight(CFXJSE_Value* pValue, in marginRight() function in CJX_Para
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
DWidget.java165 public void setMarginRight(float marginRight) { in setMarginRight() argument
166 boxModel.setMarginRight(marginRight); in setMarginRight()
/external/deqp/modules/egl/
DteglPartialUpdateTests.cpp471 …DamageRegion (const Frame& frame, int marginLeft, int marginBottom, int marginRight, int marginTop) in getDamageRegion() argument
479 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight); in getDamageRegion()
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2 …tyle.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getCo… property
4 …;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.mar…
/external/tinyxml2/docs/
Djquery.js16 …e.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.get… property
23 …p(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.sty…
53marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginB… property
/external/epid-sdk/doc/html/
Djquery.js44 …e.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.get… property
51 …p(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.sty…
81marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginB… property
/external/libjpeg-turbo/doc/html/
Djquery.js3 …tyle.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getCo… property
7 …;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.mar…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175marginRight",n="position",o="margin",l="overflow",m="paddingRight",k="border";qx.Class.define(x,{s… property
Djquery-1.7.1.js1483 marginDiv.style.marginRight = "0";
1487 …( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 )…
6688 jQuery.cssHooks.marginRight = {
6697 ret = elem.style.marginRight;
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2 …tyle.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getCo… property
/external/autotest/client/site_tests/video_GlitchDetection/
Djquery-2.1.3.min.js3marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyl…
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js3marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyl…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js40marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginB… property
/external/ImageMagick/www/assets/
Dmagick.js6 …oat(i)+o._scrollbarWidth+"px")}),g(e).each(function(t,e){var n=e.style.marginRight,i=g(e).css("mar…
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2670marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginB… property
2754 …ncat(["marginTop","marginBottom"]).concat(g),i=i.concat(["marginLeft","marginRight"]),f=d.concat(h…
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp953 {0x2a82d99c, L"marginRight", (XFA_ATTRIBUTE_CALLBACK)&CJX_Para::marginRight,