Searched refs:marginBottom (Results 1 – 8 of 8) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | BoxModel.java | 29 private float marginBottom; field in BoxModel 44 public BoxModel(float marginLeft, float marginTop, float marginRight, float marginBottom, in BoxModel() argument 49 this.marginBottom = marginBottom; in BoxModel() 123 return marginBottom; in getMarginBottom() 126 public void setMarginBottom(float marginBottom) { in setMarginBottom() argument 127 this.marginBottom = marginBottom; in setMarginBottom()
|
/external/adhd/scripts/volume_tuning/ |
D | volume.js | 71 var marginBottom = 30; 79 canvas.height = h + marginBottom + marginTop;
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
D | Widget.java | 230 public void setMarginBottom(float marginBottom) { in setMarginBottom() argument 231 boxModel.setMarginBottom(marginBottom); in setMarginBottom()
|
/external/deqp/modules/egl/ |
D | teglPartialUpdateTests.cpp | 471 vector<EGLint> getDamageRegion (const Frame& frame, int marginLeft, int marginBottom, int marginRig… in getDamageRegion() argument 478 damageRegion.push_back(rect.bottomLeft.y() - marginBottom); in getDamageRegion() 480 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y() + marginBottom + marginTop); in getDamageRegion()
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 40 …inRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({margin… property
|
/external/epid-sdk/doc/html/ |
D | jquery.js | 81 …inRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({margin… property
|
/external/tinyxml2/docs/ |
D | jquery.js | 53 …inRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({margin… property
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2670 …inRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({margin… property 2754 …den").css(c.from);if(l=="content"||l=="both")h=h.concat(["marginTop","marginBottom"]).concat(g),i=…
|