Home | History | Annotate | Download | only in widget

Lines Matching defs:ALIGN_PARENT_START

181     public static final int ALIGN_PARENT_START       = 20;
1222 @ViewDebug.IntToString(from = ALIGN_PARENT_START, to = "alignParentStart"),
1334 rules[ALIGN_PARENT_START] = a.getBoolean(attr, false) ? TRUE : 0;
1398 * {@link #ALIGN_PARENT_START}), then the layout direction must be
1449 * {@link #START_OF}, {@link #ALIGN_PARENT_START}, etc.) then the
1484 mInitialRules[ALIGN_PARENT_START] != 0 || mInitialRules[ALIGN_PARENT_END] != 0);
1490 || rule == ALIGN_PARENT_START || rule == ALIGN_PARENT_END;
1550 if (mRules[ALIGN_PARENT_START] != 0) {
1554 mRules[ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
1556 mRules[ALIGN_PARENT_START] = 0;
1603 if ((mRules[ALIGN_PARENT_START] != 0 || mRules[ALIGN_PARENT_END] != 0) &&
1609 if (mRules[ALIGN_PARENT_START] != 0) {
1611 mRules[isLayoutRtl ? ALIGN_PARENT_RIGHT : ALIGN_PARENT_LEFT] = mRules[ALIGN_PARENT_START];
1612 mRules[ALIGN_PARENT_START] = 0;