Searched defs:marginLeft (Results 1 - 9 of 9) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DBoxModel.java26 private float marginLeft; field in class:BoxModel
44 public BoxModel(float marginLeft, float marginTop, float marginRight, float marginBottom, argument
46 this.marginLeft = marginLeft;
99 return marginLeft;
102 public void setMarginLeft(float marginLeft) { argument
103 this.marginLeft = marginLeft;
H A DBoxModelable.java48 public void setMarginLeft(float marginLeft); argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
H A DWidget.java238 public void setMarginLeft(float marginLeft) { argument
239 boxModel.setMarginLeft(marginLeft);
335 /* RectF marginatedRect = new RectF(outlineRect.left + marginLeft,
/external/deqp/modules/egl/
H A DteglPartialUpdateTests.cpp467 vector<EGLint> getDamageRegion (const Frame& frame, int marginLeft, int marginBottom, int marginRight, int marginTop) argument
473 damageRegion.push_back(rect.bottomLeft.x() - marginLeft);
475 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x() + marginLeft + marginRight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 94 milliseconds