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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java93 public static final int RIGHT_OF = 1; field in class:RelativeLayout
195 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
897 anchorParams = getRelatedViewParams(rules, RIGHT_OF);
901 } else if (childParams.alignWithParent && rules[RIGHT_OF] != 0) {
1194 @ViewDebug.IntToString(from = RIGHT_OF, to = "rightOf"),
1249 rules[RIGHT_OF] = a.getResourceId(attr, 0);
1469 if (mRules[RIGHT_OF] == 0) {
1472 mRules[RIGHT_OF] = mRules[END_OF];
1514 (mRules[LEFT_OF] != 0 || mRules[RIGHT_OF] != 0)) {
1517 mRules[RIGHT_OF]
[all...]

Completed in 43 milliseconds