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

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java35 import static android.widget.GridLayout.ALIGN_BOUNDS;
65 layout.setAlignmentMode(ALIGN_BOUNDS);
H A DBiDiTestGridLayoutCodeRtl.java35 import static android.widget.GridLayout.ALIGN_BOUNDS;
65 layout.setAlignmentMode(ALIGN_BOUNDS);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java192 @IntDef({ALIGN_BOUNDS, ALIGN_MARGINS})
198 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
206 * For example, when {@code GridLayout} is in {@link #ALIGN_BOUNDS} mode,
213 public static final int ALIGN_BOUNDS = 0; field in class:GridLayout
452 * property to {@link #ALIGN_BOUNDS}.
476 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
478 * @see #ALIGN_BOUNDS
496 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
498 * @see #ALIGN_BOUNDS
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java183 * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
191 * For example, when {@code GridLayout} is in {@link #ALIGN_BOUNDS} mode,
198 public static final int ALIGN_BOUNDS = 0; field in class:GridLayout
441 * property to {@link #ALIGN_BOUNDS}.
465 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
467 * @see #ALIGN_BOUNDS
484 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
486 * @see #ALIGN_BOUNDS

Completed in 2003 milliseconds