Searched refs:bottomRight (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeOverlay.java | 80 ControlPoint bottomRight = LayoutPoint.create(mCanvas, mask.x + mask.width, in paint() local 84 int x2 = bottomRight.x; in paint() 85 int y2 = bottomRight.y; in paint()
|
D | MarqueeGesture.java | 81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout(); in update() local 82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection); in update()
|
D | ViewHierarchy.java | 393 LayoutPoint bottomRight) { in findWithin() argument 394 Rectangle selectionRectangle = new Rectangle(topLeft.x, topLeft.y, bottomRight.x in findWithin() 395 - topLeft.x, bottomRight.y - topLeft.y); in findWithin()
|
D | SelectionManager.java | 576 public void selectWithin(LayoutPoint topLeft, LayoutPoint bottomRight, in selectWithin() argument 582 Collection<CanvasViewInfo> viewInfos = viewHierarchy.findWithin(topLeft, bottomRight); in selectWithin()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | StatusPanel.java | 165 FormData bottomRight = new FormData(); in buildPosition() local 166 bottomRight.bottom = new FormAttachment(100, 0); in buildPosition() 167 bottomRight.right = new FormAttachment(100, 0); in buildPosition() 168 mYPosLabel.setLayoutData(bottomRight); in buildPosition()
|