HomeSort by relevance Sort by last modified time
    Searched refs:marginTop (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 40 d.height += node.marginTop + node.marginBottom;
79 g.drawRect(-node.marginLeft, -node.marginTop,
81 node.marginTop + height + node.marginBottom);
  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 97 final int marginTop = (int) (((float) minMargins.getTopMils() / MILS_PER_INCH)
103 mContentRect = new Rect(marginLeft, marginTop, mPageWidth - marginRight,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 50 public int marginTop;
80 marginTop = getInt("layout_topMargin", Integer.MIN_VALUE);
88 marginTop != Integer.MIN_VALUE &&
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 74 static String pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
PrintContext.cpp 311 String PrintContext::pageSizeAndMarginsInPixels(LocalFrame* frame, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
314 frame->document()->pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft);
317 String::number(marginTop) + ' ' + String::number(marginRight) + ' ' + String::number(marginBottom) + ' ' + String::number(marginLeft);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.h 51 virtual LayoutUnit marginTop() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.top())); return m_marginBox.top(); }
RenderScrollbar.cpp 323 int marginTop = part ? static_cast<int>(part->marginTop()) : 0;
325 startLength += marginTop;
345 rect.setY(rect.y() + partRenderer->marginTop());
RenderSlider.cpp 51 return height() + marginTop();
RenderButton.cpp 131 return marginTop() + borderTop() + paddingTop() + contentHeight();
RenderFlexibleBox.cpp 195 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight();
570 return isLeftToRightFlow() ? child->marginTop() : child->marginBottom();
577 return isLeftToRightFlow() ? child->marginBottom() : child->marginTop();
584 return child->marginTop();
593 return marginTop();
718 if (child->style()->marginTop().isAuto())
742 if (child->style()->marginTop().isAuto())
752 return child->style()->marginTop().isAuto() || child->style()->marginBottom().isAuto();
776 Length topOrLeft = isHorizontal ? child->style()->marginTop() : child->style()->marginLeft();
856 child->setMarginTop(computeChildMarginValue(child->style()->marginTop()))
    [all...]
RenderDeprecatedFlexibleBox.cpp 395 ascent += child->marginTop();
465 childY += child->marginTop() + max<LayoutUnit>(0, (contentHeight() - (child->height() + child->marginHeight())) / 2);
471 ascent += child->marginTop();
472 childY += child->marginTop() + (maxAscent - ascent);
479 childY += child->marginTop();
690 // Add in the child's marginTop to our height.
691 setHeight(height() + child->marginTop());
    [all...]
RenderBoxModelObject.h 144 virtual LayoutUnit marginTop() const = 0;
152 LayoutUnit marginHeight() const { return marginTop() + marginBottom(); }
RenderInline.h 52 virtual LayoutUnit marginTop() const OVERRIDE FINAL;
RenderScrollbarPart.cpp 127 m_marginBox.setTop(minimumValueForLength(style()->marginTop(), visibleSize));
RenderBlockFlow.h 252 return child->y() + child->renderer()->marginTop();
307 , rect(LayoutRect(f->x() - f->marginLeft(), f->y() - f->marginTop(), f->width() + f->marginWidth(), f->height() + f->marginHeight()))
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 119 int marginTop = 0;
130 marginTop = lp.topMargin;
138 marginTop = lp.topMargin;
146 child.getMeasuredHeight() + marginTop + marginBottom);
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_main.cpp 203 int marginTop = 0 * factory;
251 height - rcButtonOptions.bottom + rcButtonOptions.top - marginBottom - marginTop - spaceVer,
  /frameworks/base/core/java/android/widget/
FastScroller.java 622 final int marginTop;
626 marginTop = 0;
630 marginTop = margins.top;
663 final int top = marginTop;
670 final int marginTop;
674 marginTop = 0;
678 marginTop = margins.top;
692 final int top = containerHeight / 10 + marginTop + container.top;
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 272 int marginTop = (int) (mMetrics.heightPixels * MEDIA_BAR_TOP_MARGIN);
276 lp.setMargins(marginLeft, marginTop, marginRight, marginBottom);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 164 final int marginTop = (int) (density * (float) newAttributes.getMinMargins()
169 .getHeightMils() / MILS_IN_INCH) - marginTop - marginBottom;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
pdf_processor.js 80 pageDiv.style.marginTop = '20pt';
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 168 return a.marginTop() == b.marginTop();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 512 // pixels per inch. pageSize, marginTop, marginRight, marginBottom,
517 int& marginTop,
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 192 int& marginTop,

Completed in 401 milliseconds

1 2 3 4