Searched refs:ALIGN_BASELINE (Results 1 - 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
H A DConstraintType.java68 ALIGN_BASELINE(ATTR_LAYOUT_ALIGN_BASELINE, null, BASELINE, null, BASELINE, false, true, false, enum constant in enum:ConstraintType
206 return ALIGN_BASELINE;
216 return ALIGN_BASELINE;
236 return ALIGN_BASELINE;
H A DDeletionHandler.java240 case ALIGN_BASELINE:
245 case ALIGN_BASELINE:
257 case ALIGN_BASELINE:
H A DConstraintPainter.java29 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
160 if (constraint.type == ALIGN_BASELINE) {
H A DGuidelineHandler.java52 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
564 if (mCurrentTopMatch.type == ALIGN_BASELINE) {

Completed in 68 milliseconds