Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java55 LAYOUT_ABOVE(ATTR_LAYOUT_ABOVE, enumConstant
212 return LAYOUT_ABOVE; in forMatch()
DDeletionHandler.java252 case LAYOUT_ABOVE: in getCompatibleConstraint()
256 case LAYOUT_ABOVE: in getCompatibleConstraint()
DConstraintPainter.java31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE;
206 && (type == LAYOUT_ABOVE || type == LAYOUT_BELOW in paintConstraint()
289 case LAYOUT_ABOVE: in paintCornerConstraint()
295 opposite1 = LAYOUT_ABOVE; in paintCornerConstraint()