Searched refs:CENTER_HORIZONTAL (Results 1 – 9 of 9) sorted by relevance
/sdk/rule_api/src/com/android/ide/common/api/ |
D | SegmentType.java | 43 @NonNull CENTER_HORIZONTAL, enumConstant 48 return this == TOP || this == BOTTOM || this == BASELINE || this == CENTER_HORIZONTAL; in isHorizontal() 107 case CENTER_HORIZONTAL: in getY()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 20 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL; 78 LAYOUT_CENTER_VERTICAL(ATTR_LAYOUT_CENTER_VERTICAL, null, CENTER_HORIZONTAL, null, 79 CENTER_HORIZONTAL, true, false, true, false), 80 LAYOUT_CENTER_IN_PARENT(ATTR_LAYOUT_CENTER_IN_PARENT, CENTER_VERTICAL, CENTER_HORIZONTAL, 81 CENTER_VERTICAL, CENTER_HORIZONTAL, true, true, true, false); 188 case CENTER_HORIZONTAL: in forMatch()
|
D | ResizeHandler.java | 21 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL; 67 assert horizontalEdgeType != CENTER_HORIZONTAL && verticalEdgeType != CENTER_HORIZONTAL; in ResizeHandler() local 232 assert hEdge.edgeType == CENTER_HORIZONTAL in updateResize()
|
D | MoveHandler.java | 21 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL; 155 } else if (hEdge.edgeType == CENTER_HORIZONTAL) { in snapHorizontal() 223 edge = new Segment(b.centerY(), b.x, b.x2(), null, null, CENTER_HORIZONTAL, NO_MARGIN); in updateMove() 269 assert match.with.edgeType == CENTER_HORIZONTAL in updateMove()
|
D | GuidelineHandler.java | 23 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL; 367 node, id, CENTER_HORIZONTAL, NO_MARGIN)); in addCenter() 429 case CENTER_HORIZONTAL: in isEdgeTypeCompatible() 746 if (m1.edge.edgeType == CENTER_HORIZONTAL in compare() 750 if (m2.edge.edgeType == CENTER_HORIZONTAL in compare()
|
D | ConstraintPainter.java | 23 import static com.android.ide.common.api.SegmentType.CENTER_HORIZONTAL; 199 if (sourceSegmentTypeY == CENTER_HORIZONTAL && targetSegmentTypeY == CENTER_HORIZONTAL) { in paintConstraint() 486 assert sourceSegmentTypeY == CENTER_HORIZONTAL : sourceSegmentTypeY; in paintVerticalConstraint()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridMatch.java | 92 case CENTER_HORIZONTAL: in getDisplayName() 141 case CENTER_HORIZONTAL: in getPriority()
|
D | GridDropHandler.java | 246 columnMatches.add(new GridMatch(SegmentType.CENTER_HORIZONTAL, distance, 543 if (mColumnMatch.type == SegmentType.CENTER_HORIZONTAL) { 649 } else if (mColumnMatch.type == SegmentType.CENTER_HORIZONTAL) {
|
D | GridLayoutPainter.java | 179 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) { in paintFreeFormDropFeedback()
|