Searched refs:bottomMargin (Results 1 – 9 of 9) sorted by relevance
56 private int bottomMargin; /* bottom scroll margin */ field in VDUBuffer374 if (l > bottomMargin) { in insertLine()378 (l < topMargin ? 0 : (l > bottomMargin ? (bottomMargin + 1 < height ? bottomMargin + 1 in insertLine()381 (l > bottomMargin ? height - 1 : (l < topMargin ? (topMargin > 0 ? topMargin - 1 : 0) in insertLine()382 : bottomMargin)); in insertLine()515 int bottom = (l > bottomMargin ? height - 1 : (l < topMargin ? topMargin : bottomMargin + 1)); in deleteLine()676 bottomMargin = l2; in setMargins()687 if (l > bottomMargin) { in setTopMargin()688 topMargin = bottomMargin; in setTopMargin()689 bottomMargin = l; in setTopMargin()[all …]
281 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets() local286 if (bottomMargin < lp.bottomMargin + view.getHeight()) { in onApplyWindowInsets()287 lp.setMargins(lp.leftMargin, lp.topMargin, lp.rightMargin, bottomMargin); in onApplyWindowInsets()
173 bottomMargin = typesize174 …pageRect = CGRectMake (-leftMargin, -bottomMargin, leftMargin + width, bottomMargin + pageHeight)…
148 int bottomMargin = (int) (elementRect.height() * bottomMarginRatio); in perform() local151 int adjustedbottom = elementRect.bottom - bottomMargin; in perform()
20 assertThat(marginLayoutParams.bottomMargin).isEqualTo(4); in testSetMargins()
99 getPaddingTop() + getPaddingBottom() + lp.topMargin + lp.bottomMargin, in measureIllustrationChild()
561 margins.bottomMargin = size; in setLayoutProperty()
14 bottomMargin 0.000000