Searched refs:ALIGN_BOUNDS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java51 layout.setAlignmentMode(ALIGN_BOUNDS);
H A DBiDiTestGridLayoutCodeRtl.java51 layout.setAlignmentMode(ALIGN_BOUNDS);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java191 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
199 * For example, when {@code GridLayout} is in {@link #ALIGN_BOUNDS} mode,
206 public static final int ALIGN_BOUNDS = 0; field in class:GridLayout
449 * property to {@link #ALIGN_BOUNDS}.
473 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
475 * @see #ALIGN_BOUNDS
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
494 * @see #ALIGN_BOUNDS
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java191 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
199 * For example, when {@code GridLayout} is in {@link #ALIGN_BOUNDS} mode,
206 public static final int ALIGN_BOUNDS = 0; field in class:GridLayout
449 * property to {@link #ALIGN_BOUNDS}.
473 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
475 * @see #ALIGN_BOUNDS
492 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
494 * @see #ALIGN_BOUNDS

Completed in 80 milliseconds