HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_RIGHT_OF (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 64 LAYOUT_RIGHT_OF(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
220 return LAYOUT_RIGHT_OF;
ConstraintPainter.java 34 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_RIGHT_OF;
207 || type == LAYOUT_LEFT_OF || type == LAYOUT_RIGHT_OF)) {
291 opposite2 = LAYOUT_RIGHT_OF;
294 case LAYOUT_RIGHT_OF:
    [all...]

Completed in 74 milliseconds