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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java164 public static final int START_OF = 16; field in class:RelativeLayout
196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1217 @ViewDebug.IntToString(from = START_OF, to = "startOf"),
1309 rules[START_OF] = a.getResourceId(attr, 0);
1449 return (mInitialRules[START_OF] != 0 || mInitialRules[END_OF] != 0 ||
1493 if (mRules[START_OF] != 0) {
1497 mRules[LEFT_OF] = mRules[START_OF];
1499 mRules[START_OF] = 0;
1547 if ((mRules[START_OF] != 0 || mRules[END_OF] != 0) &&
1553 if (mRules[START_OF] !
[all...]

Completed in 55 milliseconds