Home
last modified time | relevance | path

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/
DIncludeOverlay.java80 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()
DMarqueeGesture.java81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout(); in update() local
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection); in update()
DViewHierarchy.java393 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()
DSelectionManager.java576 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/
DStatusPanel.java165 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()