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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java167 public static final int END_OF = 17; field in class:RelativeLayout
195 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1200 @ViewDebug.IntToString(from = END_OF, to = "endOf")
1297 rules[END_OF] = a.getResourceId(attr, 0);
1415 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 ||
1468 if (mRules[END_OF] != 0) {
1472 mRules[RIGHT_OF] = mRules[END_OF];
1474 mRules[END_OF] = 0;
1513 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) &&
1524 if (mRules[END_OF] !
[all...]

Completed in 51 milliseconds