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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java175 public static final int ALIGN_END = 19; field in class:RelativeLayout
195 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1196 @ViewDebug.IntToString(from = ALIGN_END, to = "alignEnd"),
1303 rules[ALIGN_END] = a.getResourceId(attr, 0);
1416 mInitialRules[ALIGN_START] != 0 || mInitialRules[ALIGN_END] != 0 ||
1450 if (mRules[ALIGN_END] != 0) {
1454 mRules[ALIGN_RIGHT] = mRules[ALIGN_END];
1456 mRules[ALIGN_END] = 0;
1496 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) &&
1507 if (mRules[ALIGN_END] !
[all...]

Completed in 91 milliseconds