Home | History | Annotate | Download | only in widget

Lines Matching defs:ALIGN_BOUNDS

178      * When the {@code alignmentMode} is set to {@link #ALIGN_BOUNDS}, alignment
186 * For example, when {@code GridLayout} is in {@link #ALIGN_BOUNDS} mode,
193 public static final int ALIGN_BOUNDS = 0;
430 * property to {@link #ALIGN_BOUNDS}.
454 * @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
456 * @see #ALIGN_BOUNDS
473 * @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #ALIGN_MARGINS}
475 * @see #ALIGN_BOUNDS