Home
last modified time | relevance | path

Searched refs:GridLayoutRule (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java82 public class GridLayoutRule extends BaseLayoutRule { class
122 …private static final URL ICON_HORIZONTAL = GridLayoutRule.class.getResource("hlinear.png"); //$NON…
123 …private static final URL ICON_VERTICAL = GridLayoutRule.class.getResource("vlinear.png"); //$NON-N…
124 …private static final URL ICON_ADD_ROW = GridLayoutRule.class.getResource("addrow.png"); //$NON-NLS…
125 …private static final URL ICON_REMOVE_ROW = GridLayoutRule.class.getResource("removerow.png"); //$N…
126 …private static final URL ICON_ADD_COL = GridLayoutRule.class.getResource("addcol.png"); //$NON-NLS…
127 …private static final URL ICON_REMOVE_COL = GridLayoutRule.class.getResource("removecol.png"); //$N…
128 …private static final URL ICON_SHOW_STRUCT = GridLayoutRule.class.getResource("showgrid.png"); //$N…
129 …private static final URL ICON_GRID_MODE = GridLayoutRule.class.getResource("gridmode.png"); //$NON…
130 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/common/layout/grid/
DGridLayoutPainter.java18 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
19 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
31 import com.android.ide.common.layout.GridLayoutRule;
47 public static IFeedbackPainter createDropFeedbackPainter(GridLayoutRule rule, in createDropFeedbackPainter()
118 private final GridLayoutRule mRule;
124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) { in DropFeedbackPainter()
143 if (!GridLayoutRule.sGridMode) { in paint()
156 if (GridLayoutRule.sSnapToGrid) { in paintFreeFormDropFeedback()
DGridDropHandler.java25 import static com.android.ide.common.layout.GridLayoutRule.GRID_SIZE;
26 import static com.android.ide.common.layout.GridLayoutRule.MARGIN_SIZE;
27 import static com.android.ide.common.layout.GridLayoutRule.MAX_CELL_DIFFERENCE;
28 import static com.android.ide.common.layout.GridLayoutRule.SHORT_GAP_DP;
42 import com.android.ide.common.layout.GridLayoutRule;
57 private final GridLayoutRule mRule;
67 public GridDropHandler(GridLayoutRule gridLayoutRule, INode layout, Object view) { in GridDropHandler()
90 if (!GridLayoutRule.sGridMode) { in computeMatches()
130 if (GridLayoutRule.sSnapToGrid) { in computeMatches()
DGridModel.java57 import com.android.ide.common.layout.GridLayoutRule;
807 if (false && GridLayoutRule.sDebugGridLayout) { in assignCellBoundsFromBounds()
2306 if (GridLayoutRule.sDebugGridLayout) { in addSpacer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfo.java29 import com.android.ide.common.layout.GridLayoutRule;
475 if (GridLayoutRule.sDebugGridLayout) { in isHidden()
DSelectionManager.java32 import com.android.ide.common.layout.GridLayoutRule;
949 if (GridLayoutRule.sDebugGridLayout && (viewInfo.getName().equals(FQCN_SPACE) in selectDropped()
DOutlinePage.java42 import com.android.ide.common.layout.GridLayoutRule;
804 if (GridLayoutRule.sDebugGridLayout) { in update()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java59 import com.android.ide.common.layout.GridLayoutRule;
433 gravity = GridLayoutRule.computeDefaultGravity(fill); in processGravities()