Home | History | Annotate | Download | only in widget

Lines Matching defs:ALIGN_PARENT_BOTTOM

54  * {@link #ALIGN_PARENT_BOTTOM}.
144 public static final int ALIGN_PARENT_BOTTOM = 12;
587 } else if (rules[ALIGN_PARENT_BOTTOM] != 0) {
884 return rules[ALIGN_PARENT_BOTTOM] != 0;
1001 if (0 != rules[ALIGN_PARENT_BOTTOM]) {
1224 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1326 rules[ALIGN_PARENT_BOTTOM] = a.getBoolean(attr, false) ? TRUE : 0;