/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestGraphics.java | 60 public void drawLine(int x1, int y1, int x2, int y2) { in drawLine() 70 public void drawRect(int x1, int y1, int x2, int y2) { in drawRect() 95 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() 169 public void drawArrow(int x1, int y1, int x2, int y2, int size) { in drawArrow()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GCWrapper.java | 247 public void drawLine(int x1, int y1, int x2, int y2) { in drawLine() 265 public void drawRect(int x1, int y1, int x2, int y2) { in drawRect() 292 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() 320 public void drawOval(int x1, int y1, int x2, int y2) { in drawOval() 344 public void fillOval(int x1, int y1, int x2, int y2) { in fillOval() 532 public void drawArrow(int x1, int y1, int x2, int y2, int size) { in drawArrow()
|
D | SelectionHandles.java | 88 int x1 = r.x; in createHandles() local
|
D | IncludeOverlay.java | 82 int x1 = topLeft.x; in paint() local
|
D | SelectionOverlay.java | 204 int x1 = r.x; in paintSelection() local
|
D | ImageUtils.java | 241 int x1, y1, x2, y2; in crop() local 749 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) { in subImage()
|
D | PreviewIconFactory.java | 329 int x1 = parentX + info.getLeft(); in render() local
|
D | PaletteControl.java | 1034 int x1 = viewInfo.getLeft(); in renderPreview() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridLayoutPainter.java | 93 int x1 = b.x + MARGIN_SIZE; in paintGrid() local 216 int x1; in paintFreeFormDropFeedback() local 247 int x1 = dragBounds.x + offsetX; in paintFreeFormDropFeedback() local
|
D | GridDropHandler.java | 84 int x1 = p.x; in computeMatches() local 261 private void addLeftSideMatch(int x1, List<GridMatch> columnMatches, int max) { in addLeftSideMatch() 291 private void addCenterColumnMatch(Rect bounds, int x1, int y1, int x2, int y2, in addCenterColumnMatch() 353 private void addColumnGapMatch(Rect bounds, int x1, int x2, List<GridMatch> columnMatches, in addColumnGapMatch()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintPainter.java | 328 int x1, y1, x2, y2; in paintCornerConstraint() local
|