HomeSort by relevance Sort by last modified time
    Searched refs:marginStart (Results 1 - 19 of 19) sorted by null

  /frameworks/support/v4/jellybean-mr1/android/support/v4/view/
MarginLayoutParamsCompatJellybeanMr1.java 31 public static void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart) {
32 lp.setMarginStart(marginStart);
  /frameworks/support/v4/java/android/support/v4/view/
MarginLayoutParamsCompat.java 31 void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart);
52 public void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart) {
53 lp.leftMargin = marginStart;
95 public void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart) {
96 MarginLayoutParamsCompatJellybeanMr1.setMarginStart(lp, marginStart);
174 * @param marginStart the desired start margin in pixels
176 public static void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart) {
177 IMPL.setMarginStart(lp, marginStart);
198 * @return true if either marginStart or marginEnd has been set.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 151 virtual LayoutUnit marginStart(const RenderStyle* otherStyle = 0) const = 0;
156 LayoutUnit marginLogicalWidth() const { return marginStart() + marginEnd(); }
158 bool hasInlineDirectionBordersPaddingOrMargin() const { return hasInlineDirectionBordersOrPadding() || marginStart()|| marginEnd(); }
RenderTable.cpp 267 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView);
269 LayoutUnit marginTotal = marginStart + marginEnd;
275 availableContentLogicalWidth = shrinkLogicalWidthToAvoidFloats(marginStart, marginEnd, toRenderBlockFlow(cb), 0);
315 setMarginStart(minimumValueForLength(style()->marginStart(), availableLogicalWidth, renderView));
373 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
378 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
    [all...]
RenderListMarker.cpp     [all...]
RenderReplaced.cpp 426 LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth);
428 logicalWidth = max<LayoutUnit>(0, logicalWidth - (marginStart + marginEnd + (width() - clientWidth())));
RenderBox.cpp     [all...]
RenderInline.h 53 virtual LayoutUnit marginStart(const RenderStyle* otherStyle = 0) const OVERRIDE FINAL;
RenderBox.h 273 virtual LayoutUnit marginStart(const RenderStyle* overrideStyle = 0) const OVERRIDE FINAL
369 void computeInlineDirectionMargins(RenderBlock* containingBlock, LayoutUnit containerWidth, LayoutUnit childWidth, LayoutUnit& marginStart, LayoutUnit& marginEnd) const;
    [all...]
RenderListItem.cpp 353 markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
RenderBlock.cpp     [all...]
RenderBlock.h 306 LayoutUnit marginStartForChild(const RenderBoxModelObject* child) const { return child->marginStart(style()); }
    [all...]
RenderInline.cpp 724 LayoutUnit RenderInline::marginStart(const RenderStyle* otherStyle) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 154 return -m_renderer->marginStart();
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 454 return child->marginStart() + child->paddingStart() + child->borderStart();
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 712 milliseconds