HomeSort by relevance Sort by last modified time
    Searched defs:margins (Results 1 - 21 of 21) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 69 * Sets the horizontal margins.
71 public GridLayoutFactory marginsH(int margins) {
72 m_layout.marginWidth = margins;
77 * Sets the vertical margins.
79 public GridLayoutFactory marginsV(int margins) {
80 m_layout.marginHeight = margins;
85 * Sets the horizontal/vertical margins.
87 public GridLayoutFactory margins(int margins) { method in class:GridLayoutFactory
88 m_layout.marginWidth = m_layout.marginHeight = margins;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 25 import android.print.PrintAttributes.Margins;
133 Margins minMargins) {
300 Margins margins = (Margins) args.arg4; local
305 mediaSize, margins);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 61 import com.android.ide.common.api.Margins;
135 * edges, and top and bottom edges offset by the applicable margins in each direction
141 * right edges offset by the applicable margins in each direction
320 Margins margins = node.getMargins(); local
322 if (margins.top != 0) {
324 mHorizontalEdges.add(new Segment(b.y - margins.top, b.x, b.x2(), node, id,
329 if (margins.bottom != 0) {
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node,
340 if (margins.left != 0)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 24 import com.android.ide.common.api.Margins;
59 private static final Margins NO_MARGINS = new Margins(0, 0, 0, 0);
97 public @NonNull Margins getMargins() {
101 Margins margins = view.getMargins(); local
102 if (margins != null) {
103 return margins;
  /frameworks/base/core/java/android/widget/
FastScroller.java 119 * Padding in pixels around the preview text. Applied as layout margins to
613 // Apply the preview image's padding as layout margins.
614 final Rect margins = mTempMargins; local
615 margins.left = mPreviewImage.getPaddingLeft();
616 margins.top = mPreviewImage.getPaddingTop();
617 margins.right = mPreviewImage.getPaddingRight();
618 margins.bottom = mPreviewImage.getPaddingBottom();
621 measureFloating(v, margins, out);
623 measureViewToSide(v, mThumbImage, margins, out);
635 * @param margins Layout margins to apply to the view
    [all...]
GridLayout.java 96 * property is set, default margins around children are automatically
98 * Each of the margins so defined may be independently overridden by an assignment
219 * to their margins, before the edges of the resulting rectangle are aligned.
429 * Returns whether or not this GridLayout will allocate default margins when no
432 * @return {@code true} if default margins should be allocated
443 * When {@code true}, GridLayout allocates default margins around children
445 * margins so defined may be independently overridden by an assignment
448 * When {@code false}, the default value of all margins is zero.
456 * @param useDefaultMargins use {@code true} to make GridLayout allocate default margins
687 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins() local
1649 int[] margins = leading ? leadingMargins : trailingMargins; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 34 import android.print.PrintAttributes.Margins;
698 private static final String TAG_MARGINS = "margins";
870 Margins margins = attributes.getMinMargins(); local
1124 Margins margins = new Margins(leftMils, topMils, rightMils, bottomMils); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 95 * property is set, default margins around children are automatically
97 * Each of the margins so defined may be independently overridden by an assignment
207 * to their margins, before the edges of the resulting rectangle are aligned.
421 * Returns whether or not this GridLayout will allocate default margins when no
424 * @return {@code true} if default margins should be allocated
435 * When {@code true}, GridLayout allocates default margins around children
437 * margins so defined may be independently overridden by an assignment
440 * When {@code false}, the default value of all margins is zero.
448 * @param useDefaultMargins use {@code true} to make GridLayout allocate default margins
678 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins() local
1544 int[] margins = leading ? leadingMargins : trailingMargins; local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
sdkuilib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 233 milliseconds