HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_BELOW (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 58 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
200 return LAYOUT_BELOW;
ConstraintPainter.java 32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
206 && (type == LAYOUT_ABOVE || type == LAYOUT_BELOW
288 case LAYOUT_BELOW:
296 opposite2 = LAYOUT_BELOW;
    [all...]

Completed in 97 milliseconds