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

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java891 } else if (childParams.alignWithParent && rules[LEFT_OF] != 0) {
901 } else if (childParams.alignWithParent && rules[RIGHT_OF] != 0) {
908 } else if (childParams.alignWithParent && rules[ALIGN_LEFT] != 0) {
915 } else if (childParams.alignWithParent && rules[ALIGN_RIGHT] != 0) {
943 } else if (childParams.alignWithParent && rules[ABOVE] != 0) {
953 } else if (childParams.alignWithParent && rules[BELOW] != 0) {
960 } else if (childParams.alignWithParent && rules[ALIGN_TOP] != 0) {
967 } else if (childParams.alignWithParent && rules[ALIGN_BOTTOM] != 0) {
1222 public boolean alignWithParent; field in class:RelativeLayout.LayoutParams
1243 alignWithParent
[all...]

Completed in 76 milliseconds