Searched defs:marginRight (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fxjs/xfa/
H A Dcjx_para.cpp33 void CJX_Para::marginRight(CFXJSE_Value* pValue, function in class:CJX_Para
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DBoxModel.java28 private float marginRight; field in class:BoxModel
44 public BoxModel(float marginLeft, float marginTop, float marginRight, float marginBottom, argument
48 this.marginRight = marginRight;
115 return marginRight;
118 public void setMarginRight(float marginRight) { argument
119 this.marginRight = marginRight;
H A DBoxModelable.java56 public void setMarginRight(float marginRight); argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java165 public void setMarginRight(float marginRight) { argument
166 boxModel.setMarginRight(marginRight);
337 outlineRect.right - marginRight,
/external/deqp/modules/egl/
H A DteglPartialUpdateTests.cpp471 vector<EGLint> getDamageRegion (const Frame& frame, int marginLeft, int marginBottom, int marginRight, int marginTop) argument
479 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 567 milliseconds