Searched refs:ALIGN_MARGINS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java210 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
214 * For example, when {@code GridLayout} is in {@link #ALIGN_MARGINS} mode,
220 public static final int ALIGN_MARGINS = 1; field in class:GridLayout
240 private static final int DEFAULT_ALIGNMENT_MODE = ALIGN_MARGINS;
473 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
476 * @see #ALIGN_MARGINS
490 * The default value of this property is {@link #ALIGN_MARGINS}.
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
495 * @see #ALIGN_MARGINS
679 if (mAlignmentMode == ALIGN_MARGINS) {
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java210 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
214 * For example, when {@code GridLayout} is in {@link #ALIGN_MARGINS} mode,
220 public static final int ALIGN_MARGINS = 1; field in class:GridLayout
240 private static final int DEFAULT_ALIGNMENT_MODE = ALIGN_MARGINS;
473 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
476 * @see #ALIGN_MARGINS
490 * The default value of this property is {@link #ALIGN_MARGINS}.
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
495 * @see #ALIGN_MARGINS
679 if (mAlignmentMode == ALIGN_MARGINS) {
[all...]

Completed in 62 milliseconds