HomeSort by relevance Sort by last modified time
    Searched refs:NO_MARGIN (Results 1 - 5 of 5) sorted by null

  /sdk/rule_api/src/com/android/ide/common/api/
MarginType.java 56 NO_MARGIN;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 18 import static com.android.ide.common.api.MarginType.NO_MARGIN;
192 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN);
194 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN);
197 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN);
199 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN);
203 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN);
205 edge = new Segment(b.centerY(), b.x, b.x2(), null, null, CENTER_HORIZONTAL, NO_MARGIN);
214 NO_MARGIN);
222 NO_MARGIN);
ResizeHandler.java 18 import static com.android.ide.common.api.MarginType.NO_MARGIN;
175 // TODO: MarginType=NO_MARGIN may not be right. Consider resizing a widget
179 hEdge = new Segment(b.y, b.x, b.x2(), child, childId, mHorizontalEdgeType, NO_MARGIN);
182 NO_MARGIN);
188 vEdge = new Segment(b.x, b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
190 vEdge = new Segment(b.x2(), b.y, b.y2(), child, childId, mVerticalEdgeType, NO_MARGIN);
GuidelineHandler.java 18 import static com.android.ide.common.api.MarginType.NO_MARGIN;
320 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN));
329 BOTTOM, NO_MARGIN));
338 mVerticalEdges.add(new Segment(b.x, b.y, b.y2(), node, id, LEFT, NO_MARGIN));
348 RIGHT, NO_MARGIN));
360 node, id, CENTER_HORIZONTAL, NO_MARGIN));
364 node, id, CENTER_VERTICAL, NO_MARGIN));
374 NO_MARGIN));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java     [all...]

Completed in 156 milliseconds