Home | History | Annotate | Download | only in widget

Lines Matching refs:ALIGN_END

176     public static final int ALIGN_END                = 19;
196 LEFT_OF, RIGHT_OF, ALIGN_LEFT, ALIGN_RIGHT, START_OF, END_OF, ALIGN_START, ALIGN_END
1234 @ViewDebug.IntToString(from = ALIGN_END, to = "alignEnd"),
1344 rules[ALIGN_END] = a.getResourceId(attr, 0);
1496 mInitialRules[ALIGN_START] != 0 || mInitialRules[ALIGN_END] != 0 ||
1502 || rule == ALIGN_START || rule == ALIGN_END
1536 if (mRules[ALIGN_END] != 0) {
1540 mRules[ALIGN_RIGHT] = mRules[ALIGN_END];
1542 mRules[ALIGN_END] = 0;
1582 if ((mRules[ALIGN_START] != 0 || mRules[ALIGN_END] != 0) &&
1593 if (mRules[ALIGN_END] != 0) {
1595 mRules[isLayoutRtl ? ALIGN_LEFT : ALIGN_RIGHT] = mRules[ALIGN_END];
1596 mRules[ALIGN_END] = 0;