Home | History | Annotate | Download | only in widget

Lines Matching refs:margins

105  * property is set, default margins around children are automatically
107 * Each of the margins so defined may be independently overridden by an assignment
228 * to their margins, before the edges of the resulting rectangle are aligned.
438 * Returns whether or not this GridLayout will allocate default margins when no
441 * @return {@code true} if default margins should be allocated
452 * When {@code true}, GridLayout allocates default margins around children
454 * margins so defined may be independently overridden by an assignment
457 * When {@code false}, the default value of all margins is zero.
465 * @param useDefaultMargins use {@code true} to make GridLayout allocate default margins
696 int[] margins = leading ? axis.getLeadingMargins() : axis.getTrailingMargins();
700 return margins[index];
1113 This method is then left with the simpler task of applying margins, gravity
1665 int[] margins = leading ? leadingMargins : trailingMargins;
1673 margins[index] = max(margins[index], getMargin1(c, horizontal, leading));
2130 // Reinitialise the margins using a different default policy than MarginLayoutParams.
2135 // know this as margins around the container's boundary should have different