Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java60 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/
DGCWrapper.java247 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()
DSelectionHandles.java88 int x1 = r.x; in createHandles() local
DIncludeOverlay.java82 int x1 = topLeft.x; in paint() local
DSelectionOverlay.java204 int x1 = r.x; in paintSelection() local
DImageUtils.java241 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()
DPreviewIconFactory.java329 int x1 = parentX + info.getLeft(); in render() local
DPaletteControl.java1034 int x1 = viewInfo.getLeft(); in renderPreview() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java93 int x1 = b.x + MARGIN_SIZE; in paintGrid() local
216 int x1; in paintFreeFormDropFeedback() local
247 int x1 = dragBounds.x + offsetX; in paintFreeFormDropFeedback() local
DGridDropHandler.java84 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/
DConstraintPainter.java328 int x1, y1, x2, y2; in paintCornerConstraint() local