Home | History | Annotate | Download | only in widget

Lines Matching refs:margins

93  * property is set, default margins around children are automatically
95 * Each of the margins so defined may be independently overridden by an assignment
199 * to their margins, before the edges of the resulting rectangle are aligned.
407 margins when no
410 * @return {@code true} if default margins should be allocated
421 * When {@code true}, GridLayout allocates default margins around children
423 * margins so defined may be independently overridden by an assignment
426 * When {@code false}, the default value of all margins is zero.
434 * @param useDefaultMargins use {@code true} to make GridLayout allocate default margins
637 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins();
641 return margins[index];
1053 This method is then left with the simpler task of applying margins, gravity
1603 int[] margins = leading ? leadingMargins : trailingMargins;
1611 margins[index] = max(margins[index], getMargin1(c, horizontal, leading));
1945 // Reinitialise the margins using a different default policy than MarginLayoutParams.
1950 // know this as margins around the container's boundary should have different