Searched refs:BASELINE (Results 1 – 8 of 8) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 18 import static com.android.ide.common.api.SegmentType.BASELINE; 68 ALIGN_BASELINE(ATTR_LAYOUT_ALIGN_BASELINE, null, BASELINE, null, BASELINE, false, true, false, 205 case BASELINE: in forMatch() 215 case BASELINE: in forMatch() 235 case BASELINE: in forMatch()
|
D | MoveHandler.java | 19 import static com.android.ide.common.api.SegmentType.BASELINE; 163 } else if (hEdge.edgeType == BASELINE) { in snapHorizontal() 231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE, in updateMove() 239 edge = new Segment(offsetY + baseline, b.x, b.x2(), null, null, BASELINE, in updateMove() 270 || match.with.edgeType == BASELINE : match.with.edgeType; in updateMove()
|
D | ResizeHandler.java | 19 import static com.android.ide.common.api.SegmentType.BASELINE; 66 assert horizontalEdgeType != BASELINE && verticalEdgeType != BASELINE; in ResizeHandler() local 233 || hEdge.edgeType == BASELINE : hEdge; in updateResize()
|
D | ConstraintPainter.java | 21 import static com.android.ide.common.api.SegmentType.BASELINE; 481 if (sourceSegmentTypeY == BOTTOM || sourceSegmentTypeY == BASELINE) { in paintVerticalConstraint() 489 } else if (sourceSegmentTypeY == BASELINE) { in paintVerticalConstraint() 561 if (sourceSegmentTypeY == BASELINE) { in paintVerticalConstraint() 575 int x = sourceBounds.x + ((sourceSegmentTypeY == BASELINE) ? in paintVerticalConstraint() 598 assert targetSegmentTypeY == BASELINE : targetSegmentTypeY; in paintVerticalConstraint()
|
D | GuidelineHandler.java | 21 import static com.android.ide.common.api.SegmentType.BASELINE; 380 mHorizontalEdges.add(new Segment(b.y + baselineY, b.x, b.x2(), node, id, BASELINE, in addBaseLine() 428 case BASELINE: in isEdgeTypeCompatible() 799 int baseline1 = (m1.edge.edgeType == BASELINE) ? -1 : 1; in compare() 800 int baseline2 = (m2.edge.edgeType == BASELINE) ? -1 : 1; in compare()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridMatch.java | 90 case BASELINE: in getDisplayName() 140 case BASELINE: in getPriority()
|
D | GridDropHandler.java | 343 rowMatches.add(new GridMatch(SegmentType.BASELINE, distance, rowBaselineY, row, in addBaselineMatch() 564 } else if (mRowMatch.type == SegmentType.BASELINE) { in handleFreeFormDrop() 578 assert mRowMatch.type != SegmentType.BASELINE || rowSpan == 1 : rowSpan; in handleFreeFormDrop() 707 if (mRowMatch.type == SegmentType.BASELINE) { in handleFreeFormDrop() 789 if (mRowMatch.type == SegmentType.BASELINE) { in handleGridModeDrop()
|
D | GridLayoutPainter.java | 174 } else if (rowMatch.type == SegmentType.BASELINE) { in paintFreeFormDropFeedback()
|