Home
last modified time | relevance | path

Searched refs:ALIGN_BOTTOM (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java62 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false), enumConstant
214 return ALIGN_BOTTOM; in forMatch()
DDeletionHandler.java251 case ALIGN_BOTTOM: in getCompatibleConstraint()
255 case ALIGN_BOTTOM: in getCompatibleConstraint()
DConstraintPainter.java30 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()