/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 | 89 int y1 = r.y; in createHandles() local
|
D | IncludeOverlay.java | 83 int y1 = topLeft.y; in paint() local
|
D | SelectionOverlay.java | 205 int y1 = r.y; 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 | 330 int y1 = parentY + info.getTop(); in render() local
|
D | PaletteControl.java | 1037 int y1 = viewInfo.getTop(); in renderPreview() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 85 int y1 = p.y; in computeMatches() local 291 private void addCenterColumnMatch(Rect bounds, int x1, int y1, int x2, int y2, in addCenterColumnMatch() 309 private void addTopMatch(int y1, List<GridMatch> rowMatches, int max, int row, int rowY) { in addTopMatch() 335 private void addBaselineMatch(int dragBaseline, int y1, List<GridMatch> rowMatches, int max, in addBaselineMatch() 415 private void addRowGapMatch(Rect bounds, int y1, int y2, List<GridMatch> rowMatches, int max) { in addRowGapMatch()
|
D | GridLayoutPainter.java | 90 int y1 = b.y + MARGIN_SIZE; in paintGrid() local 192 int y1; in paintFreeFormDropFeedback() local 248 int y1 = dragBounds.y + offsetY + feedback.dragBaseline; in paintFreeFormDropFeedback() local
|
D | GridModel.java | 1459 public Collection<INode> getIntersectsRow(int y1, int y2) { in getIntersectsRow()
|
/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
|