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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java81 public static final int LEFT_OF = 0; field in class:RelativeLayout
187 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
841 anchorParams = getRelatedViewParams(rules, LEFT_OF);
845 } else if (childParams.alignWithParent && rules[LEFT_OF] != 0) {
1159 @ViewDebug.IntToString(from = LEFT_OF, to = "leftOf"),
1206 rules[LEFT_OF] = a.getResourceId(attr, 0);
1274 for (int n = LEFT_OF; n < VERB_COUNT; n++) {
1367 for (int n = LEFT_OF; n < VERB_COUNT; n++) {
1378 mRules[isLayoutRtl ? RIGHT_OF : LEFT_OF] = mRules[START_OF];
1381 mRules[isLayoutRtl ? LEFT_OF
[all...]

Completed in 39 milliseconds