Searched refs:NO_MARGIN (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | MoveHandler.java | 18 import static com.android.ide.common.api.MarginType.NO_MARGIN; 210 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN); in updateMove() 212 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN); in updateMove() 215 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN); in updateMove() 217 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN); in updateMove() 221 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN); in updateMove() 223 edge = new Segment(b.centerY(), b.x, b.x2(), null, null, CENTER_HORIZONTAL, NO_MARGIN); in updateMove() 232 NO_MARGIN); in updateMove() 240 NO_MARGIN); in updateMove()
|
D | ResizeHandler.java | 18 import static com.android.ide.common.api.MarginType.NO_MARGIN; 196 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN); in updateResize() 199 NO_MARGIN); in updateResize() 205 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN); in updateResize() 207 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN); in updateResize()
|
D | GuidelineHandler.java | 18 import static com.android.ide.common.api.MarginType.NO_MARGIN; 327 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN)); in addBounds() 336 BOTTOM, NO_MARGIN)); in addBounds() 345 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, NO_MARGIN)); in addBounds() 355 RIGHT, NO_MARGIN)); in addBounds() 367 node, id, CENTER_HORIZONTAL, NO_MARGIN)); in addCenter() 371 node, id, CENTER_VERTICAL, NO_MARGIN)); in addCenter() 381 NO_MARGIN)); in addBaseLine()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | MarginType.java | 56 NO_MARGIN; enumConstant
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseLayoutRule.java | 790 null /*node*/, null /*id*/, SegmentType.BOTTOM, MarginType.NO_MARGIN); 802 null /*node*/, null /*id*/, SegmentType.RIGHT, MarginType.NO_MARGIN);
|