Home | History | Annotate | Download | only in widget

Lines Matching defs:topMargin

95  * {@link ViewGroup.MarginLayoutParams#topMargin topMargin},
216 * the quantity {@code top - layoutParams.topMargin} is the same for all children that
460 * @see MarginLayoutParams#topMargin
671 (leading ? lp.topMargin : lp.bottomMargin);
1063 int topMargin = getMargin(c, false, true);
1068 int sumMarginsY = topMargin + bottomMargin;
1081 int cy = paddingTop + y1 + gravityOffsetY + alignmentOffsetY + topMargin;
1845 * <li>{@link #topMargin} = 0 when
2036 this.topMargin = a.getDimensionPixelSize(TOP_MARGIN, margin);