Home
last modified time | relevance | path

Searched refs:paintStructure (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java60 public static void paintStructure(DrawingStyle style, INode layout, IGraphics gc, in paintStructure() method in GridLayoutPainter
110 paintStructure(DrawingStyle.GRID, layout, gc, grid); in paintResizeFeedback()
159 GridLayoutPainter.paintStructure(DrawingStyle.GRID, node, gc, grid); in paintFreeFormDropFeedback()
348 public static boolean paintStructure(Object view, DrawingStyle style, INode layout, in paintStructure() method in GridLayoutPainter
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java593 if (GridLayoutPainter.paintStructure(view, DrawingStyle.GUIDELINE_DASHED, in paintSelectionFeedback()
598 GridLayoutPainter.paintStructure(DrawingStyle.GUIDELINE_DASHED, in paintSelectionFeedback()
601 GridLayoutPainter.paintStructure(DrawingStyle.GRID, in paintSelectionFeedback()