Searched refs:ALIGN_BOTTOM (Results 1 – 3 of 3) sorted by relevance
62 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false), enumConstant214 return ALIGN_BOTTOM; in forMatch()
251 case ALIGN_BOTTOM: in getCompatibleConstraint()255 case ALIGN_BOTTOM: in getCompatibleConstraint()
30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM;163 if (c.type == ALIGN_BOTTOM && c.to.node == constraint.to.node) { in paintConstraints()