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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
19 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
30 import com.android.ide.common.layout.GridLayoutRule;
42 * @param rule the corresponding {@link GridLayoutRule}
46 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule,
75 * Paints a regular grid according to the {@link GridLayoutRule#GRID_SIZE} and
76 * {@link GridLayoutRule#MARGIN_SIZE} dimensions. These are the same lines that
117 private final GridLayoutRule mRule;
120 /** Constructs a new {@link GridLayoutPainter} bound to the given {@link GridLayoutRule}
123 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements)
    [all...]
GridDropHandler.java 18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
19 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
20 import static com.android.ide.common.layout.GridLayoutRule.MAX_CELL_DIFFERENCE;
21 import static com.android.ide.common.layout.GridLayoutRule.SHORT_GAP_DP;
45 import com.android.ide.common.layout.GridLayoutRule;
59 private final GridLayoutRule mRule;
65 * @param gridLayoutRule the corresponding {@link GridLayoutRule}
69 public GridDropHandler(GridLayoutRule gridLayoutRule, INode layout, Object view)
    [all...]
GridModel.java 46 import com.android.ide.common.layout.GridLayoutRule;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 76 public class GridLayoutRule extends BaseLayoutRule {
116 private static final URL ICON_HORIZONTAL = GridLayoutRule.class.getResource("hlinear.png"); //$NON-NLS-1$
117 private static final URL ICON_VERTICAL = GridLayoutRule.class.getResource("vlinear.png"); //$NON-NLS-1$
118 private static final URL ICON_ADD_ROW = GridLayoutRule.class.getResource("addrow.png"); //$NON-NLS-1$
119 private static final URL ICON_REMOVE_ROW = GridLayoutRule.class.getResource("removerow.png"); //$NON-NLS-1$
120 private static final URL ICON_ADD_COL = GridLayoutRule.class.getResource("addcol.png"); //$NON-NLS-1$
121 private static final URL ICON_REMOVE_COL = GridLayoutRule.class.getResource("removecol.png"); //$NON-NLS-1$
122 private static final URL ICON_SHOW_STRUCT = GridLayoutRule.class.getResource("showgrid.png"); //$NON-NLS-1$
123 private static final URL ICON_GRID_MODE = GridLayoutRule.class.getResource("gridmode.png"); //$NON-NLS-1$
124 private static final URL ICON_SNAP = GridLayoutRule.class.getResource("snap.png"); //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 25 import com.android.ide.common.layout.GridLayoutRule;
450 if (GridLayoutRule.sDebugGridLayout) {
    [all...]
OutlinePage.java 37 import com.android.ide.common.layout.GridLayoutRule;
530 if (GridLayoutRule.sDebugGridLayout && e.getParentNode() != null
    [all...]
SelectionManager.java 23 import com.android.ide.common.layout.GridLayoutRule;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 55 import com.android.ide.common.layout.GridLayoutRule;
417 gravity = GridLayoutRule.computeDefaultGravity(fill);
    [all...]

Completed in 98 milliseconds