Searched refs:bottomMargin (Results 1 - 17 of 17) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMarginLayoutParams.java24 realMarginLayoutParams.bottomMargin = bottom;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMarginLayoutParamsTest.java26 assertThat(marginLayoutParams.bottomMargin, equalTo(4));
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java56 private int bottomMargin; /* bottom scroll margin */ field in class:VDUBuffer
374 if (l > bottomMargin) {
378 (l < topMargin ? 0 : (l > bottomMargin ? (bottomMargin + 1 < height ? bottomMargin + 1
381 (l > bottomMargin ? height - 1 : (l < topMargin ? (topMargin > 0 ? topMargin - 1 : 0)
382 : bottomMargin));
384 // System.out.println("l is "+l+", top is "+top+", bottom is "+bottom+", bottomargin is "+bottomMargin+", topMargin is "+topMargin);
515 int bottom = (l > bottomMargin ? height - 1 : (l < topMargin ? topMargin : bottomMargin
[all...]
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DSwipeAction.java148 int bottomMargin = (int) (elementRect.height() * bottomMarginRatio);
151 int adjustedbottom = elementRect.bottom - bottomMargin;
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py173 bottomMargin = typesize
174 pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight) # landscape
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DViewInflater.java561 margins.bottomMargin = size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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 1679 milliseconds