Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 20 of 20) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DIGraphics.java43 void drawLine(int x1, int y1, int x2, int y2); in drawLine()
60 void drawArrow(int x1, int y1, int x2, int y2, int size); in drawArrow()
74 void drawRect(int x1, int y1, int x2, int y2); in drawRect()
92 void fillRect(int x1, int y1, int x2, int y2); in fillRect()
DRect.java161 public int y2() { in y2() method in Rect
/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.java93 int y2 = y1 + h; in createHandles() local
DIncludeOverlay.java85 int y2 = bottomRight.y; in paint() local
DLintTooltipManager.java167 int y2 = b.y + b.height; in computeNodes() local
DSelectionOverlay.java207 int y2 = r.y2() + 1; in paintSelection() local
DImageUtils.java236 int x1, y1, x2, y2; in crop() local
634 public static BufferedImage subImage(BufferedImage source, int x1, int y1, int x2, int y2) { in subImage()
DResizeGesture.java198 int y2 = b.y + b.h; in getNewBounds() local
DPreviewIconFactory.java332 int y2 = parentY + info.getBottom(); in render() local
DPaletteControl.java1036 int y2 = viewInfo.getBottom(); in renderPreview() local
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DLayoutViewer.java160 int y2 = Math.min(top + node.viewNode.height, clipY + clipHeight); in updateSelection() local
271 int y2 = in paintRecursive() local
DTreeViewOverview.java272 float y2 = (float) child.top + DrawableViewNode.NODE_HEIGHT / 2.0f; in paintRecursive() local
DTreeView.java893 float y2 = (float) child.top + DrawableViewNode.NODE_HEIGHT / 2.0f; in paintRecursive() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java98 int y2 = y1 + h; in computeMatches() local
DGridLayoutPainter.java91 int y2 = b.y2() - MARGIN_SIZE; in paintGrid() local
193 int y2; in paintFreeFormDropFeedback() local
DGridModel.java818 int y2 = bounds.y2(); in initializeMaxBounds() local
1435 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/
DConstraintPainter.java328 int x1, y1, x2, y2; in paintCornerConstraint() local
/sdk/traceview/src/com/android/traceview/
DTimeLineView.java846 int y2 = majorTickLength + timeLineOffsetY; in drawTicks() local