Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 14 of 14) 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.java92 int x2 = x1 + w; in createHandles() local
DIncludeOverlay.java84 int x2 = bottomRight.x; in paint() local
DLintTooltipManager.java166 int x2 = b.x + b.width; in computeNodes() local
DSelectionOverlay.java206 int x2 = r.x2() + 1; in paintSelection() local
DResizeGesture.java173 int x2 = b.x + b.w; in getNewBounds() 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.java331 int x2 = parentX + info.getRight(); in render() local
DPaletteControl.java1035 int x2 = viewInfo.getRight(); in renderPreview() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java98 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()
DGridLayoutPainter.java94 int x2 = b.x2() - MARGIN_SIZE; in paintGrid() local
217 int x2; in paintFreeFormDropFeedback() local
DGridModel.java833 int x2 = bounds.x2(); in initializeMaxBounds() local
/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