Searched defs:ALIGN_MARGINS (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DGridLayout.java197 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
201 * For example, when {@code GridLayout} is in {@link #ALIGN_MARGINS} mode,
207 public static final int ALIGN_MARGINS = 1; field in class:GridLayout
222 private static final int DEFAULT_ALIGNMENT_MODE = ALIGN_MARGINS;
454 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
457 * @see #ALIGN_MARGINS
471 * The default value of this property is {@link #ALIGN_MARGINS}.
473 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
476 * @see #ALIGN_MARGINS
633 if (alignmentMode == ALIGN_MARGINS) {
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java196 * When the {@code alignmentMode} is set to {@link #ALIGN_MARGINS},
200 * For example, when {@code GridLayout} is in {@link #ALIGN_MARGINS} mode,
206 public static final int ALIGN_MARGINS = 1; field in class:GridLayout
222 private static final int DEFAULT_ALIGNMENT_MODE = ALIGN_MARGINS;
434 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
437 * @see #ALIGN_MARGINS
451 * The default value of this property is {@link #ALIGN_MARGINS}.
453 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
456 * @see #ALIGN_MARGINS
613 if (alignmentMode == ALIGN_MARGINS) {
[all...]

Completed in 31 milliseconds