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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java90 public static final int LEFT_OF = 0; field in class:RelativeLayout
196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
899 anchorParams = getRelatedViewParams(rules, LEFT_OF);
903 } else if (childParams.alignWithParent && rules[LEFT_OF] != 0) {
1234 @ViewDebug.IntToString(from = LEFT_OF, to = "leftOf"),
1290 rules[LEFT_OF] = a.getResourceId(attr, 0);
1358 System.arraycopy(rules, LEFT_OF, initialRules, LEFT_OF, VERB_COUNT);
1394 System.arraycopy(source.mRules, LEFT_OF, this.mRules, LEFT_OF, VERB_COUN
[all...]

Completed in 45 milliseconds