Home | History | Annotate | Download | only in view

Lines Matching defs:MarginLayoutParams

4791      * and margins. The child must have MarginLayoutParams The heavy lifting is
4805 final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams();
5442 * Used internally by MarginLayoutParams.
5524 public static class MarginLayoutParams extends ViewGroup.LayoutParams {
5588 public MarginLayoutParams(Context c, AttributeSet attrs) {
5624 public MarginLayoutParams(int width, int height) {
5633 public MarginLayoutParams(MarginLayoutParams source) {
5648 public MarginLayoutParams(LayoutParams source) {