Home | History | Annotate | Download | only in widget

Lines Matching defs:topMargin

97  * {@link ViewGroup.MarginLayoutParams#topMargin topMargin},
218 * the quantity {@code top - layoutParams.topMargin} is the same for all children that
462 * @see MarginLayoutParams#topMargin
674 (leading ? lp.topMargin : lp.bottomMargin);
1066 int topMargin = getMargin(c, false, true);
1071 int sumMarginsY = topMargin + bottomMargin;
1084 int cy = paddingTop + y1 + gravityOffsetY + alignmentOffsetY + topMargin;
1848 * <li>{@link #topMargin} = 0 when
2039 this.topMargin = a.getDimensionPixelSize(TOP_MARGIN, margin);