Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true), enumConstant
204 return LAYOUT_BELOW; in forMatch()
DDeletionHandler.java239 case LAYOUT_BELOW: in getCompatibleConstraint()
244 case LAYOUT_BELOW: in getCompatibleConstraint()
DConstraintPainter.java32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
206 && (type == LAYOUT_ABOVE || type == LAYOUT_BELOW in paintConstraint()
288 case LAYOUT_BELOW: in paintCornerConstraint()
296 opposite2 = LAYOUT_BELOW; in paintCornerConstraint()