OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN_MARGINS
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/core/java/android/widget/
GridLayout.java
210
* When the {@code alignmentMode} is set to {@link #
ALIGN_MARGINS
},
214
* For example, when {@code GridLayout} is in {@link #
ALIGN_MARGINS
} mode,
220
public static final int
ALIGN_MARGINS
= 1;
240
private static final int DEFAULT_ALIGNMENT_MODE =
ALIGN_MARGINS
;
473
* @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
476
* @see #
ALIGN_MARGINS
490
* The default value of this property is {@link #
ALIGN_MARGINS
}.
492
* @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
495
* @see #
ALIGN_MARGINS
679
if (mAlignmentMode ==
ALIGN_MARGINS
) {
[
all
...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java
210
* When the {@code alignmentMode} is set to {@link #
ALIGN_MARGINS
},
214
* For example, when {@code GridLayout} is in {@link #
ALIGN_MARGINS
} mode,
220
public static final int
ALIGN_MARGINS
= 1;
240
private static final int DEFAULT_ALIGNMENT_MODE =
ALIGN_MARGINS
;
473
* @return the alignment mode; either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
476
* @see #
ALIGN_MARGINS
490
* The default value of this property is {@link #
ALIGN_MARGINS
}.
492
* @param alignmentMode either {@link #ALIGN_BOUNDS} or {@link #
ALIGN_MARGINS
}
495
* @see #
ALIGN_MARGINS
679
if (mAlignmentMode ==
ALIGN_MARGINS
) {
[
all
...]
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 28 milliseconds