/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 | 92 int x2 = x1 + w; in createHandles() local
|
D | IncludeOverlay.java | 84 int x2 = bottomRight.x; in paint() local
|
D | LintTooltipManager.java | 166 int x2 = b.x + b.width; in computeNodes() local
|
D | SelectionOverlay.java | 206 int x2 = r.x2() + 1; in paintSelection() local
|
D | ResizeGesture.java | 173 int x2 = b.x + b.w; in getNewBounds() 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 | 331 int x2 = parentX + info.getRight(); in render() local
|
D | PaletteControl.java | 1035 int x2 = viewInfo.getRight(); in renderPreview() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridDropHandler.java | 98 int x2 = x1 + w; in computeMatches() local 274 private void addRightSideMatch(int x2, List<GridMatch> columnMatches, int max) { in addRightSideMatch() 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()
|
D | GridLayoutPainter.java | 94 int x2 = b.x2() - MARGIN_SIZE; in paintGrid() local 217 int x2; in paintFreeFormDropFeedback() local
|
D | GridModel.java | 833 int x2 = bounds.x2(); in initializeMaxBounds() local
|
/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
|