Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 19 of 19) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DIGraphics.java39 void drawLine(int x1, int y1, int x2, int y2); in drawLine()
56 void drawArrow(int x1, int y1, int x2, int y2, int size); in drawArrow()
70 void drawRect(int x1, int y1, int x2, int y2); in drawRect()
88 void fillRect(int x1, int y1, int x2, int y2); in fillRect()
DRect.java138 public int x2() { in x2() method in Rect
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java57 public void drawLine(int x1, int y1, int x2, int y2) { in drawLine()
65 public void drawRect(int x1, int y1, int x2, int y2) { in drawRect()
85 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect()
145 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.java235 public void drawLine(int x1, int y1, int x2, int y2) { in drawLine()
251 public void drawRect(int x1, int y1, int x2, int y2) { in drawRect()
275 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect()
301 public void drawOval(int x1, int y1, int x2, int y2) { in drawOval()
325 public void fillOval(int x1, int y1, int x2, int y2) { in fillOval()
507 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
DImageUtils.java184 int x1, y1, x2, y2; in crop() local
419 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) { in subImage()
DSelectionOverlay.java201 int x2 = r.x2() + 1; in paintSelection() local
DResizeGesture.java173 int x2 = b.x + b.w; in getNewBounds() local
DPreviewIconFactory.java329 int x2 = parentX + info.getRight(); in render() local
DPaletteControl.java1024 int x2 = viewInfo.getRight(); in renderPreview() local
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DLayoutViewer.java153 int x2 = Math.min(left + node.viewNode.width, clipX + clipWidth); in updateSelection() local
261 int x2 = in paintRecursive() local
DTreeViewOverview.java264 float x2 = child.left; in paintRecursive() local
DTreeView.java882 float x2 = child.left; in paintRecursive() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java99 int x2 = x1 + w; in computeMatches() local
DGridLayoutPainter.java93 int x2 = b.x2() - MARGIN_SIZE; in paintGrid() local
214 int x2; in paintFreeFormDropFeedback() local
DGridModel.java649 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
/sdk/traceview/src/com/android/traceview/
DTimeLineView.java1236 int x2 = range.mXdim.y; in drawHighlights() local