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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java159 public static final int END_OF = 17; field in class:RelativeLayout
187 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1166 @ViewDebug.IntToString(from = END_OF, to = "endOf")
1257 rules[END_OF] = a.getResourceId(attr, 0);
1359 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 ||
1380 if (mRules[END_OF] != 0) {
1381 mRules[isLayoutRtl ? LEFT_OF : RIGHT_OF] = mRules[END_OF];

Completed in 76 milliseconds