Home | History | Annotate | Download | only in widget

Lines Matching refs:margins

101  * property is set, default margins around children are automatically
103 * Each of the margins so defined may be independently overridden by an assignment
213 * to their margins, before the edges of the resulting rectangle are aligned.
427 * Returns whether or not this GridLayout will allocate default margins when no
430 * @return {@code true} if default margins should be allocated
441 * When {@code true}, GridLayout allocates default margins around children
443 * margins so defined may be independently overridden by an assignment
446 * When {@code false}, the default value of all margins is zero.
454 * @param useDefaultMargins use {@code true} to make GridLayout allocate default margins
684 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins();
688 return margins[index];
1009 This method is then left with the simpler task of applying margins, gravity
1556 int[] margins = leading ? leadingMargins : trailingMargins;
1564 margins[index] = max(margins[index], getMargin1(c, horizontal, leading));
2020 // Reinitialise the margins using a different default policy than MarginLayoutParams.
2025 // know this as margins around the container's boundary should have different