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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java180 public static final int ALIGN_PARENT_START = 20; field in class:RelativeLayout
1218 @ViewDebug.IntToString(from = ALIGN_PARENT_START, to = "alignParentStart"),
1324 rules[ALIGN_PARENT_START] = a.getBoolean(attr, false) ? TRUE : 0;
1435 mInitialRules[ALIGN_PARENT_START] != 0 || mInitialRules[ALIGN_PARENT_END] != 0);
1495 if (mRules[ALIGN_PARENT_START] != 0) {
1499 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
1501 mRules[ALIGN_PARENT_START] = 0;
1548 if ((mRules[ALIGN_PARENT_START] != 0 || mRules[ALIGN_PARENT_END] != 0) &&
1554 if (mRules[ALIGN_PARENT_START] != 0) {
1556 mRules[isLayoutRtl ? ALIGN_PARENT_RIGHT : ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
[all...]

Completed in 36 milliseconds