Searched refs:GCWrapper (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SelectionOverlay.java | 71 public void paint(SelectionManager selectionManager, GCWrapper gcWrapper, in paint() 123 private void paintHints(GCWrapper gcWrapper, NodeProxy node, RulesEngine rulesEngine) { in paintHints() 157 private void paintSelectionFeedback(GCWrapper gcWrapper, List<NodeProxy> nodes, in paintSelectionFeedback()
|
D | GCWrapper.java | 45 public class GCWrapper implements IGraphics { class 99 public GCWrapper(CanvasTransform hScale, CanvasTransform vScale) { in GCWrapper() method in GCWrapper
|
D | LayoutCanvas.java | 136 private GCWrapper mGCWrapper; 292 mGCWrapper = new GCWrapper(mHScale, mVScale); in LayoutCanvas() 616 GCWrapper getGcWrapper() { in getGcWrapper()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 40 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GCWrapper; 264 public void callPaintSelectionFeedback(GCWrapper gcWrapper, NodeProxy parentNode, in callPaintSelectionFeedback()
|