OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_MARGINS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
GridLayout.java
193
* When the {@code alignmentMode} is set to {@link #
ALIGN_MARGINS
},
197
* For example, when {@code GridLayout} is in {@link #
ALIGN_MARGINS
} mode,
203
public static final int
ALIGN_MARGINS
= 1;
219
private static final int DEFAULT_ALIGNMENT_MODE =
ALIGN_MARGINS
;
430
* @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
433
* @see #
ALIGN_MARGINS
447
* The default value of this property is {@link #
ALIGN_MARGINS
}.
449
* @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
452
* @see #
ALIGN_MARGINS
604
if (alignmentMode ==
ALIGN_MARGINS
) {
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 22 milliseconds