Searched defs:ALIGN_PARENT_LEFT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java129 public static final int ALIGN_PARENT_LEFT = 9; field in class:RelativeLayout
933 if (0 != rules[ALIGN_PARENT_LEFT]) {
1225 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1317 rules[ALIGN_PARENT_LEFT] = a.getBoolean(attr, false) ? TRUE : 0;
1417 * {@link #ALIGN_PARENT_LEFT}.
1419 * @param verb a layout verb, such as {@link #ALIGN_PARENT_LEFT}
1567 if (mRules[ALIGN_PARENT_LEFT] == 0) {
1570 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
1620 (mRules[ALIGN_PARENT_LEFT] != 0 || mRules[ALIGN_PARENT_RIGHT] != 0)) {
1622 mRules[ALIGN_PARENT_LEFT]
[all...]

Completed in 59 milliseconds