Searched refs:ALIGN_PARENT_RIGHT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DInstanceTargets.java27 import static android.widget.RelativeLayout.ALIGN_PARENT_RIGHT;
50 if (rules[ALIGN_PARENT_RIGHT] != 0) {
51 params.removeRule(ALIGN_PARENT_RIGHT);
55 params.addRule(ALIGN_PARENT_RIGHT);
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java138 public static final int ALIGN_PARENT_RIGHT = 11; field in class:RelativeLayout
562 } else if (rules[ALIGN_PARENT_RIGHT] != 0) {
946 if (0 != rules[ALIGN_PARENT_RIGHT]) {
1206 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1297 rules[ALIGN_PARENT_RIGHT] = a.getBoolean(attr, false) ? TRUE : 0;
1505 if (mRules[ALIGN_PARENT_RIGHT] == 0) {
1508 mRules[ALIGN_PARENT_RIGHT] = mRules[ALIGN_PARENT_END];
1549 (mRules[ALIGN_PARENT_LEFT] != 0 || mRules[ALIGN_PARENT_RIGHT] != 0)) {
1552 mRules[ALIGN_PARENT_RIGHT] = 0;
1556 mRules[isLayoutRtl ? ALIGN_PARENT_RIGHT
[all...]

Completed in 76 milliseconds