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

  /sdk/rule_api/src/com/android/ide/common/api/
IFeedbackPainter.java 34 void paint(IGraphics gc, INode targetNode, DropFeedback feedback);
IGraphics.java 33 public interface IGraphics {
208 * A line style for {@link IGraphics#setLineStyle(LineStyle)}.
IViewRule.java 139 void paintSelectionFeedback(IGraphics graphics, INode parentNode,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AdapterViewRule.java 22 import com.android.ide.common.api.IGraphics;
34 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
HorizontalScrollViewRule.java 29 import com.android.ide.common.api.IGraphics;
78 IGraphics gc,
ScrollViewRule.java 27 import com.android.ide.common.api.IGraphics;
75 IGraphics gc,
FrameLayoutRule.java 28 import com.android.ide.common.api.IGraphics;
60 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
67 IGraphics gc,
AbsoluteLayoutRule.java 28 import com.android.ide.common.api.IGraphics;
67 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
78 IGraphics gc,
GridLayoutRule.java 36 import com.android.ide.common.api.IGraphics;
385 protected void paintResizeFeedback(IGraphics gc, INode node, ResizeState state) {
500 public void paintSelectionFeedback(IGraphics graphics, INode parentNode,
BaseLayoutRule.java 65 import com.android.ide.common.api.IGraphics;
300 public void drawElement(IGraphics gc, IDragElement element, int offsetX, int offsetY) {
663 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
672 protected void paintResizeFeedback(IGraphics gc, INode node, ResizeState resizeState) {
    [all...]
RelativeLayoutRule.java 46 import com.android.ide.common.api.IGraphics;
134 public void paintSelectionFeedback(IGraphics graphics, INode parentNode,
LinearLayoutRule.java 39 import com.android.ide.common.api.IGraphics;
345 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
353 void drawFeedback(IGraphics gc, INode node, IDragElement[] elements, DropFeedback feedback) {
    [all...]
BaseViewRule.java 39 import com.android.ide.common.api.IGraphics;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 26 import com.android.ide.common.api.IGraphics;
59 public static void paintStructure(DrawingStyle style, INode layout, IGraphics gc,
82 public static void paintGrid(INode layout, IGraphics gc) {
108 public static void paintResizeFeedback(IGraphics gc, INode layout, GridModel grid) {
129 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
150 private void paintFreeFormDropFeedback(IGraphics gc, INode node, DropFeedback feedback,
249 private void paintGridModeDropFeedback(IGraphics gc, Rect b, GridDropHandler data) {
317 IGraphics gc) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 29 import com.android.ide.common.api.IGraphics;
47 public void paint(IGraphics gc, INode node, DropFeedback feedback) {
142 private void showMatch(IGraphics gc, Match m, GuidelineHandler state, List<String> strings,
164 void paintCycle(IGraphics gc, GuidelineHandler state, List<Constraint> cycle) {
ConstraintPainter.java 37 import com.android.ide.common.api.IGraphics;
68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) {
85 private static void paintConstraint(IGraphics graphics, Constraint constraint,
111 public static void paintSelectionFeedback(IGraphics graphics, INode parentNode,
152 private static void paintConstraints(IGraphics graphics, List<Constraint> constraints) {
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode,
277 private static boolean paintCornerConstraint(IGraphics graphics, ConstraintType type,
382 private static void paintVerticalConstraint(IGraphics graphics, ConstraintType type,
610 private static void paintHorizontalConstraint(IGraphics graphics, ConstraintType type,
760 private static void paintVerticalCenterConstraint(IGraphics graphics, Rect sourceBounds
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 21 import com.android.ide.common.api.IGraphics;
31 public class TestGraphics implements IGraphics {
51 // ==== IGraphics ====
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 20 import com.android.ide.common.api.IGraphics;
188 private void paintSelection(IGraphics gc, GC swtGc, SelectionItem item,
GCWrapper.java 21 import com.android.ide.common.api.IGraphics;
39 * Wraps an SWT {@link GC} into an {@link IGraphics} interface so that {@link IViewRule} objects
44 public class GCWrapper implements IGraphics {
114 throw new RuntimeException("IGraphics used without a valid context.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 24 import com.android.ide.common.api.IGraphics;
416 public void callDropFeedbackPaint(IGraphics gc,
    [all...]

Completed in 211 milliseconds