Home
last modified time | relevance | path

Searched refs:BASELINE (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java18 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()
DMoveHandler.java19 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()
DResizeHandler.java19 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()
DConstraintPainter.java21 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()
DGuidelineHandler.java21 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/
DGridMatch.java90 case BASELINE: in getDisplayName()
140 case BASELINE: in getPriority()
DGridDropHandler.java343 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()
DGridLayoutPainter.java174 } else if (rowMatch.type == SegmentType.BASELINE) { in paintFreeFormDropFeedback()
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
Dandroid-support-v7-gridlayout.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...