HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_ABOVE (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 50 * RelativeLayout; for example, {@link #LAYOUT_ABOVE} corresponds to the layout_above constraint.
53 LAYOUT_ABOVE(ATTR_LAYOUT_ABOVE,
208 return LAYOUT_ABOVE;
ConstraintPainter.java 31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE;
206 && (type == LAYOUT_ABOVE || type == LAYOUT_BELOW
289 case LAYOUT_ABOVE:
295 opposite1 = LAYOUT_ABOVE;
    [all...]

Completed in 412 milliseconds