Searched refs:topMargin (Results 1 – 6 of 6) sorted by relevance
22 realMarginLayoutParams.topMargin = top; in setMargins()
24 assertThat(marginLayoutParams.topMargin, equalTo(2)); in testSetMargins()
576 int topMargin = Math.round(mRenderCoordinates.getContentOffsetYPix() + y * scale); in getViewAndroidDelegate() local586 lp.topMargin = topMargin; in getViewAndroidDelegate()595 topMargin += mRenderCoordinates.getScrollYPixInt(); in getViewAndroidDelegate()599 scaledWidth, (int) (height * scale), leftMargin, topMargin); in getViewAndroidDelegate()
95 topMargin,212 …int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + m…219 result.setY(result.y() - margins[topMargin] * zoomFactor);
158 topMargin,562 …int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMar…569 result.setY(result.y() - margins[topMargin] * zoomLevel);
5267 float topMargin = prevInlineHasLineBox ? collapsedMarginBefore() : LayoutUnit(); in addFocusRingRects() local5269 …tRect rect(additionalOffset.x(), additionalOffset.y() - topMargin, width(), height() + topMargin +… in addFocusRingRects()